move package domain to alin.ovh
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M internal/publisher/templates/index.go → internal/publisher/templates/index.go
@@ -1,8 +1,8 @@ package templates import ( - g "go.alanpearce.eu/gomponents" - base "go.alanpearce.eu/homestead/templates" + g "alin.ovh/gomponents" + base "alin.ovh/homestead/templates" ) func IndexPage(site base.SiteSettings, page base.PageSettings) g.Node {