all repos — homestead @ 9762929ba7b804a268e752c4b362339278806cfe

Code for my website

rename go module

Alan Pearce
commit

9762929ba7b804a268e752c4b362339278806cfe

parent

1d1d06236ad97c6c9195c8a8bb854240fdd7b485

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

changed files
M templates/tags.templtemplates/tags.templ
@@ -1,6 +1,6 @@
package templates -import "website/internal/config" +import "go.alanpearce.eu/website/internal/config" templ tagLink(tag string, attrs templ.Attributes) { <a { attrs... } href={ templ.SafeURL("/tags/" + tag) }>#{ tag }</a>