about summary refs log tree commit diff stats
path: root/templates/tags.templ
diff options
context:
space:
mode:
authorAlan Pearce2024-06-29 18:09:10 +0200
committerAlan Pearce2024-06-29 18:09:10 +0200
commitc4b57d28caa8986d9fbdcbdb4085c8e74974dffc (patch)
tree2d7c64f5e282877add31b83b3c9ff065f73bd52e /templates/tags.templ
parentb4095d108a2646bcf9e7fff64788b10d9bce8da3 (diff)
downloadwebsite-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.lz
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.zst
website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.zip
rename go module
Diffstat (limited to 'templates/tags.templ')
-rw-r--r--templates/tags.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tags.templ b/templates/tags.templ
index 5e9878a..c872a0d 100644
--- a/templates/tags.templ
+++ b/templates/tags.templ
@@ -1,6 +1,6 @@
 package templates
 
-import "website/internal/config"
+import "go.alanpearce.eu/website/internal/config"
 
 templ tagLink(tag string, attrs templ.Attributes) {
 	<a { attrs... } href={ templ.SafeURL("/tags/" + tag) }>#{ tag }</a>