update package name and imports
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/post.templ → templates/post.templ
@@ -5,8 +5,8 @@ "context" "io" "time" - "go.alanpearce.eu/website/internal/config" - "go.alanpearce.eu/website/internal/content" + "go.alanpearce.eu/homestead/internal/config" + "go.alanpearce.eu/homestead/internal/content" ) func Unsafe(html string) templ.Component {