Skip to content

Commit

Permalink
Revert "fix typo"
Browse files Browse the repository at this point in the history
This reverts commit 641b004.
  • Loading branch information
zhaochunqi committed Jan 6, 2018
1 parent 5112632 commit 6d8c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/even/layout/index.swig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block content %}
<section id="posts" class="posts">
{% for post in page.posts %}
{{ post_template.render(post) }}
{ post_template.render(post) }
{% endfor %}
</section>

Expand Down

0 comments on commit 6d8c9ac

Please sign in to comment.