diff options
Diffstat (limited to 'haunt.scm')
-rw-r--r-- | haunt.scm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |