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/list.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/list.templ') diff --git a/templates/list.templ b/templates/list.templ index 94ccf5a..fc59677 100644 --- a/templates/list.templ +++ b/templates/list.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 TagPage(config *config.Config, tag string, posts []content.Post, path string) { -- cgit 1.4.1