all repos — homestead @ 9762929ba7b804a268e752c4b362339278806cfe

Code for my website

rename go module

Alan Pearce
commit

9762929ba7b804a268e752c4b362339278806cfe

parent

1d1d06236ad97c6c9195c8a8bb854240fdd7b485

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M templates/page.templtemplates/page.templ
@@ -3,7 +3,7 @@
import ( "io/fs" - "website/internal/config" + "go.alanpearce.eu/website/internal/config" ) var (
@@ -70,7 +70,7 @@ </main>
<footer> Content is <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. - <a href="https://git.alanpearce.eu/website/">Site source code</a> is + <a href="https://git.alanpearce.eu/go.alanpearce.eu/website/">Site source code</a> is <a href="https://opensource.org/licenses/MIT">MIT</a> </footer> @counter(site, page.Path, page.Title)