all repos — homestead @ c793770b729ff582b0b823c29edc04d7c47c15d3

Code for my website

update package name and imports

Alan Pearce
commit

c793770b729ff582b0b823c29edc04d7c47c15d3

parent

3d1554e754ad2c57b7fc88e286169b510c3554ee

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

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