fix: remove duplicate catalogue list

This commit is contained in:
Devin Haska 2024-02-23 16:36:41 -08:00
parent e8500a2229
commit 35f47a6f61

View file

@ -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>