about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorAlan Pearce2024-07-02 21:12:30 +0200
committerAlan Pearce2024-07-02 21:12:30 +0200
commit8bb58b0e8d38e949b5cb4a5ec7b04b0f099b71f7 (patch)
tree88885fb3db85656ed06c12c313c475e128ac0295 /templates
parentfa4761a9e437e896719246a8840b8856a48a199c (diff)
downloadwebsite-8bb58b0e8d38e949b5cb4a5ec7b04b0f099b71f7.tar.lz
website-8bb58b0e8d38e949b5cb4a5ec7b04b0f099b71f7.tar.zst
website-8bb58b0e8d38e949b5cb4a5ec7b04b0f099b71f7.zip
fix link to site source code
Diffstat (limited to 'templates')
-rw-r--r--templates/page.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.templ b/templates/page.templ
index e5cb073..fb91b23 100644
--- a/templates/page.templ
+++ b/templates/page.templ
@@ -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/go.alanpearce.eu/website/">Site source code</a> is
+				<a href="https://git.alanpearce.eu/website/">Site source code</a> is
 				<a href="https://opensource.org/licenses/MIT">MIT</a>
 			</footer>
 			@counter(site, page.Path, page.Title)