move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/page.go → templates/page.go
@@ -1,10 +1,10 @@ package templates import ( - "go.alanpearce.eu/homestead/internal/content" + "alin.ovh/homestead/internal/content" - g "go.alanpearce.eu/gomponents" - . "go.alanpearce.eu/gomponents/html" + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" ) func Page(site SiteSettings, page *content.Post) g.Node {