summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-13 22:40:08 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-13 23:05:03 +0200
commit6000b37fb10438e7099615fb017cf96ee3c7c0fb (patch)
treeb4834d7ea9b6a2525a8b024d660df502a55b0547 /haunt.scm
parentTweak front-page sentence. (diff)
Add "Roles and responsibilities" page.
Based on <https://wiki.gnu.tools/wiki:admin>. * roles.md: New file. * haunt.scm (static-pages): Add it. * documents.md: Refer to it.
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"