Skip to content

Commit

Permalink
improve consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Feb 21, 2020
1 parent eeaf1bb commit 0aca0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
---
<article>
<header><h1><a href="{{ page.url | relative_url }}">{{ page.title }}</a></h1></header>
{{ content }}
{{ content }}
</article>
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<article>
{% include meta.html post=page %}
{{ page.content }}
{{ content }}
{% if page.comments != false and site.comments.isso or site.comments.disqus %}
<hr>
{% if site.comments.isso %}<div id="isso-thread"></div>{% endif %}
Expand Down

0 comments on commit 0aca0a6

Please sign in to comment.