From ca3fa52dee5344698dbcae892b748444eee06627 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 24 May 2024 23:48:28 -0600 Subject: [PATCH] fixup! templates: render static pages using templ Signed-off-by: Sumner Evans --- internal/templates/archive.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/templates/archive.templ b/internal/templates/archive.templ index 1d91545..3957051 100644 --- a/internal/templates/archive.templ +++ b/internal/templates/archive.templ @@ -129,7 +129,7 @@ templ Archive(years []YearInfo) {
for i, link := range year.Links { if i > 0 { -  •  +  • } { link.Title } }