From abea3d93a675f0689d4a8833825546d7ac01942a Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sun, 26 Jan 2025 14:38:13 +0100
Subject: fix tags links
---
templates/tags.templ | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'templates/tags.templ')
diff --git a/templates/tags.templ b/templates/tags.templ
index c872a0d..254f3d5 100644
--- a/templates/tags.templ
+++ b/templates/tags.templ
@@ -3,7 +3,7 @@ package templates
import "go.alanpearce.eu/website/internal/config"
templ tagLink(tag string, attrs templ.Attributes) {
- #{ tag }
+ #{ tag }
}
templ TagsPage(config *config.Config, title string, tags []string, path string) {
--
cgit 1.4.1