about summary refs log tree commit diff stats
path: root/templates/list.templ
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.templ')
-rw-r--r--templates/list.templ4
1 files changed, 2 insertions, 2 deletions
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) {