all repos — homestead @ ee73e935234cb2726946c6312acea41765987126

Code for my website

fix tags links

Alan Pearce
commit

ee73e935234cb2726946c6312acea41765987126

parent

38e68f53fd96802bde794722869753a6487c0539

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) {