move template files
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M domain/content/publisher/mux.go → domain/content/publisher/mux.go
@@ -5,7 +5,7 @@ "net/http" pubtpl "alin.ovh/homestead/domain/content/publisher/templates" ihttp "alin.ovh/homestead/domain/web/middleware" - "alin.ovh/homestead/templates" + "alin.ovh/homestead/domain/web/templates" ) func (app *App) Index(w http.ResponseWriter, _ *http.Request) *ihttp.Error {