diff options
author | Alan Pearce | 2024-06-29 18:09:10 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-29 18:09:10 +0200 |
commit | c4b57d28caa8986d9fbdcbdb4085c8e74974dffc (patch) | |
tree | 2d7c64f5e282877add31b83b3c9ff065f73bd52e /templates/post.templ | |
parent | b4095d108a2646bcf9e7fff64788b10d9bce8da3 (diff) | |
download | website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.lz website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.tar.zst website-c4b57d28caa8986d9fbdcbdb4085c8e74974dffc.zip |
rename go module
Diffstat (limited to 'templates/post.templ')
-rw-r--r-- | templates/post.templ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.templ b/templates/post.templ index c432e57..9717b4e 100644 --- a/templates/post.templ +++ b/templates/post.templ @@ -2,8 +2,8 @@ package templates import ( "time" - "website/internal/config" - "website/internal/content" + "go.alanpearce.eu/website/internal/config" + "go.alanpearce.eu/website/internal/content" ) func Unsafe(html string) templ.Component { |