Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochunqi committed Jan 6, 2018
1 parent 91d5654 commit dc6b213
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 dc6b213

Please sign in to comment.