update theme

This commit is contained in:
Jörg Thalheim 2014-11-01 12:36:07 +01:00
parent 7fdd56e948
commit 2674164aea
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,6 @@
</section>
{% endunless %}
<section class="archives"><h1 class="year">{{ date | date: "%Y" }}</h1>
{% if forloop.last %}
</section>
{% endif %}
{% endunless %}
<article>
<h2 class="title"><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h2>
@ -20,3 +17,6 @@
{% endif %}
</div>
</article>
{% if forloop.last %}
</section>
{% endif %}