diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tags.templ | 2 |
1 files changed, 1 insertions, 1 deletions
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) { - <a { attrs... } href={ templ.SafeURL("/tags/" + tag) }>#{ tag }</a> + <a { attrs... } href={ templ.SafeURL("/tags/" + tag + "/") }>#{ tag }</a> } templ TagsPage(config *config.Config, title string, tags []string, path string) { |