From 35f47a6f6138e2c43296210bd49ee9ef1f9a9909 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Fri, 23 Feb 2024 16:36:41 -0800 Subject: [PATCH] fix: remove duplicate catalogue list --- src/catalogue.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/catalogue.html b/src/catalogue.html index bf8d4be..318c028 100644 --- a/src/catalogue.html +++ b/src/catalogue.html @@ -22,7 +22,6 @@ title: Catalogue {% for year in years %} {% set itemsInYear = itemsByYear[year] %}

{{ year }}

-
{{ list(itemsInYear) }}
{{ list(itemsInYear) }}