fix: various spacing issues
This commit is contained in:
parent
5e526651d3
commit
c99fde007d
4 changed files with 16 additions and 6 deletions
|
@ -15,6 +15,8 @@ title: Posts
|
|||
{% for year in years %}
|
||||
{% set itemsInYear = itemsByYear[year] %}
|
||||
<h2>{{ year }}</h2>
|
||||
<div>{{ list(itemsInYear) }}</div>
|
||||
<section>
|
||||
{{ list(itemsInYear) }}
|
||||
</section>
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue