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/page.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/page.templ') diff --git a/templates/page.templ b/templates/page.templ index cf08817..e5cb073 100644 --- a/templates/page.templ +++ b/templates/page.templ @@ -3,7 +3,7 @@ package templates import ( "io/fs" - "website/internal/config" + "go.alanpearce.eu/website/internal/config" ) var ( @@ -70,7 +70,7 @@ templ Page(site *config.Config, page PageSettings) { @counter(site, page.Path, page.Title) -- cgit 1.4.1