update theme
This commit is contained in:
parent
7fdd56e948
commit
2674164aea
@ -6,9 +6,6 @@
|
|||||||
</section>
|
</section>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
<section class="archives"><h1 class="year">{{ date | date: "%Y" }}</h1>
|
<section class="archives"><h1 class="year">{{ date | date: "%Y" }}</h1>
|
||||||
{% if forloop.last %}
|
|
||||||
</section>
|
|
||||||
{% endif %}
|
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
<article>
|
<article>
|
||||||
<h2 class="title"><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h2>
|
<h2 class="title"><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h2>
|
||||||
@ -20,3 +17,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
{% if forloop.last %}
|
||||||
|
</section>
|
||||||
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user