From c4b57d28caa8986d9fbdcbdb4085c8e74974dffc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 29 Jun 2024 18:09:10 +0200 Subject: rename go module --- templates/homepage.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/homepage.templ') diff --git a/templates/homepage.templ b/templates/homepage.templ index 611a8ff..aa61c40 100644 --- a/templates/homepage.templ +++ b/templates/homepage.templ @@ -1,8 +1,8 @@ package templates import ( - "website/internal/config" - "website/internal/content" + "go.alanpearce.eu/website/internal/config" + "go.alanpearce.eu/website/internal/content" ) templ Homepage(config *config.Config, posts []content.Post, content string) { -- cgit 1.4.1