summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
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"