move template files
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M domain/content/publisher/templates/index.go → domain/content/publisher/templates/index.go
@@ -2,7 +2,7 @@ package templates import ( g "alin.ovh/gomponents" - base "alin.ovh/homestead/templates" + base "alin.ovh/homestead/domain/web/templates" ) func IndexPage(site base.SiteSettings, page base.PageSettings) g.Node {