all repos — website @ abea3d93a675f0689d4a8833825546d7ac01942a

My website

fix tags links

Alan Pearce
commit

abea3d93a675f0689d4a8833825546d7ac01942a

parent

88932b8dc1d2a73195dcb1a9c4b82e15acd908c4

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/tags.templtemplates/tags.templ
@@ -3,7 +3,7 @@
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) {