summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2021-05-02 19:41:13 +0200
committerMark Wielaard <mark@klomp.org>2021-05-05 01:40:23 +0200
commita75b4ac74fb355633ccc6abb17d292b8c37391b6 (patch)
tree2c127f60e26b492d1bbc12075eb658988d1ea536 /haunt.scm
parentSwitch git links from wiki to git.gnu.tools (diff)
Add thanks page.
* haunt.scm: Add thanks. * thanks.md: New file. * posts/faq.md: Update with reference to thanks page.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index c495989..656aec3 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -51,7 +51,8 @@
51 ("software" "Software" "/en/software") 51 ("software" "Software" "/en/software")
52 ("documents" "Documents" "/en/documents") 52 ("documents" "Documents" "/en/documents")
53 ("contribute" "contribute" "/en/contribute") 53 ("contribute" "contribute" "/en/contribute")
54 ("blog" "Blog" "/en/blog")))) 54 ("blog" "Blog" "/en/blog")
55 ("thanks" "Thanks" "/en/thanks"))))
55 `(div (@ (id "menubar") 56 `(div (@ (id "menubar")
56 (class "width-control")) 57 (class "width-control"))
57 (ul 58 (ul
@@ -162,6 +163,8 @@ representation."
162 "software.sxml") 163 "software.sxml")
163 (sxml-page "/en/people/index.html" 164 (sxml-page "/en/people/index.html"
164 "people.sxml") 165 "people.sxml")
166 (markdown-page "/en/thanks/index.html"
167 "thanks.md")
165 (markdown-page "/en/documents/index.html" 168 (markdown-page "/en/documents/index.html"
166 "documents.md") 169 "documents.md")
167 (markdown-page "/en/contribute/index.html" 170 (markdown-page "/en/contribute/index.html"