update package name and imports
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/list.templ → templates/list.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 TagPage(config *config.Config, tag string, posts []content.Post, path string) {