summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index 5836e22..d3b5a73 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -149,12 +149,14 @@ representation."
149 149
150 (list (markdown-page "index.html" "index.md") 150 (list (markdown-page "index.html" "index.md")
151 151
152 (markdown-page "/en/documents/index.html"
153 "documents.md")
154 (markdown-page "/en/software/index.html" 152 (markdown-page "/en/software/index.html"
155 "software.md") 153 "software.md")
156 (markdown-page "/en/contribute/index.html" 154 (markdown-page "/en/contribute/index.html"
157 "contribute.md") 155 "contribute.md")
156 (markdown-page "/en/documents/index.html"
157 "documents.md")
158 (markdown-page "/en/documents/roles/index.html"
159 "roles.md")
158 (markdown-page "/en/documents/free-software/index.html" 160 (markdown-page "/en/documents/free-software/index.html"
159 "free-software.md") 161 "free-software.md")
160 (markdown-page "/en/documents/code-of-conduct/index.html" 162 (markdown-page "/en/documents/code-of-conduct/index.html"