about summary refs log tree commit diff
path: root/haunt.scm
diff options
context:
space:
mode:
authormarius <mail@marius.pm>2025-09-01 17:53:23 +0200
committermarius <mail@marius.pm>2025-09-01 17:53:23 +0200
commita391ff7189e672aa9bf5251e825b52383788f4cc (patch)
tree1a11fd105748935072d3f0be088f9a6478f484c8 /haunt.scm
parentspecify fonts (diff)
downloadwebsite-a391ff7189e672aa9bf5251e825b52383788f4cc.tar.gz
website-a391ff7189e672aa9bf5251e825b52383788f4cc.zip
update missing links
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index 6f29cba..c946582 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -93,7 +93,7 @@
                              (img (@ (src "/images/cc.png") (alt "CC-BY-NC-SA-4.0"))))
                           (p "© 2025 marius.pm, Ramblings "
                              (a (@ (href "https://creativecommons.org/licenses/by-sa/4.0/")) "CC-BY-NC-SA-4.0")
-                             ", " (a (@ (href "#")) "Source") " "
+                             ", " (a (@ (href "https://git.marius.pm/website/")) "Source") " "
                              (a (@ (href "https://www.gnu.org/licenses/gpl-3.0.txt")) "GPL-3.0") ".")
                           (p "This website is built with "
                              (a (@ (href "https://dthompson.us/projects/haunt.html")) "Haunt")