summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2021-04-12 00:31:41 +0200
committerMark Wielaard <mark@klomp.org>2021-04-12 00:31:41 +0200
commit3fd300ec48dc50d40488cfcb95358c0cda13acbb (patch)
tree36aa1258939a56680c8f064ea22ae6ddc898ba07 /haunt.scm
parentwebsite: Add Guile code for generating logo. (diff)
website: Add slightly better git URL
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 7bed10c..984b949 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -120,7 +120,7 @@
120 120
121 (div (@ (id "footer-box") 121 (div (@ (id "footer-box")
122 (class "width-control")) 122 (class "width-control"))
123 (p (a (@ (href "https://wiki.gnu.tools/git/")) ;FIXME 123 (p (a (@ (href "https://wiki.gnu.tools/git/gnu-tools-wiki/tree/website")) ;FIXME
124 "Source of this site"))))))) 124 "Source of this site")))))))
125 125
126(define read-markdown 126(define read-markdown