summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index 27594b3..7171d68 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -121,8 +121,13 @@
121 121
122 (div (@ (id "footer-box") 122 (div (@ (id "footer-box")
123 (class "width-control")) 123 (class "width-control"))
124 (p (a (@ (href "https://wiki.gnu.tools/git/gnu-tools-website")) 124 (p "Unless otherwise noted, content on this site is "
125 "Source of this site"))))))) 125 "distributed under the "
126 (a (@ (href "https://creativecommons.org/licenses/by-sa/4.0/"))
127 "Creative Commons Attribution-ShareAlike 4.0 "
128 "International License") ". "
129 (a (@ (href "https://wiki.gnu.tools/git/gnu-tools-website"))
130 "Source of this site") "."))))))
126 131
127(define read-markdown 132(define read-markdown
128 (reader-proc commonmark-reader)) 133 (reader-proc commonmark-reader))