diff options
Diffstat (limited to 'templates/page.templ')
-rw-r--r-- | templates/page.templ | 4 |
1 files changed, 2 insertions, 2 deletions
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) { <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) |