fix: remove duplicate catalogue list
This commit is contained in:
parent
e8500a2229
commit
35f47a6f61
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ title: Catalogue
|
||||||
{% for year in years %}
|
{% for year in years %}
|
||||||
{% set itemsInYear = itemsByYear[year] %}
|
{% set itemsInYear = itemsByYear[year] %}
|
||||||
<h2>{{ year }}</h2>
|
<h2>{{ year }}</h2>
|
||||||
<div class="[ items ] [ flex-col gap-0.25 ]">{{ list(itemsInYear) }}</div>
|
|
||||||
<section>
|
<section>
|
||||||
{{ list(itemsInYear) }}
|
{{ list(itemsInYear) }}
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue