From 4b5831452da4e0ff45b7b7cc8314cbe6b7c3a023 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 25 Sep 2022 22:04:28 +0100 Subject: [PATCH] add thumbnail to /archive.html template. --- templates/archive.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/archive.html b/templates/archive.html index aadd02a..1b50845 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -5,7 +5,11 @@ {% for entry in archive-entries %}
- {{entry.title}} + + {{entry.title}} + {{entry.title}} +
{% endfor %}