all repos — homestead @ 08487ad57405c6e9e0673bdcf042a13c5639fdc2

Code for my website

move template files

Alan Pearce
commit

08487ad57405c6e9e0673bdcf042a13c5639fdc2

parent

82424b77fba708e4450c1a0cec5b0c7967b13d7b

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

changed files
M domain/content/publisher/templates/index.godomain/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 {