move package domain to alin.ovh
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M internal/publisher/templates/layout.go → internal/publisher/templates/layout.go
@@ -1,11 +1,11 @@ package templates import ( - base "go.alanpearce.eu/homestead/templates" + base "alin.ovh/homestead/templates" - g "go.alanpearce.eu/gomponents" - c "go.alanpearce.eu/gomponents/components" - . "go.alanpearce.eu/gomponents/html" + g "alin.ovh/gomponents" + c "alin.ovh/gomponents/components" + . "alin.ovh/gomponents/html" ) func Layout(site base.SiteSettings, page base.PageSettings, children ...g.Node) g.Node {