summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-14 17:09:18 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-14 17:10:16 +0200
commitd71ba6e792257422d9df06ffcdbc148267975d50 (patch)
treed5df373f6d289cb2d068b5f99753aa95e964e188 /haunt.scm
parentsoftware: Add Marius Bakke to Guix. (diff)
License under CC-BY-SA 4.0 and mention it in the footer.
* haunt.scm (base-layout): Mention license in the footer. * static/css/main.css (#footer-box): Tweak.
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))