update theme
This commit is contained in:
parent
7fdd56e948
commit
2674164aea
@ -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 %}
|
Loading…
Reference in New Issue
Block a user