update package name and imports
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/page.templ → templates/page.templ
@@ -1,8 +1,8 @@ package templates import ( - "go.alanpearce.eu/website/internal/config" - "go.alanpearce.eu/website/internal/content" + "go.alanpearce.eu/homestead/internal/config" + "go.alanpearce.eu/homestead/internal/content" ) templ Page(config *config.Config, page *content.Post) {