summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-14 15:29:27 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-14 22:05:35 +0200
commitdd8149de553c19a83109dc72f70fdb6359839775 (patch)
tree584d71e97f2726c91e9c2aced3e708fa0c274f1f /haunt.scm
parentLicense under CC-BY-SA 4.0 and mention it in the footer. (diff)
Add /documents/governance.
* governance.md: New file. * haunt.scm (static-pages): Add it. * documents.md, index.md, posts/kickoff.md: Link to it. Co-authored-by: Mark Galassi <mark@galassi.org>
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt.scm b/haunt.scm
index 7171d68..1b0bd04 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -168,6 +168,8 @@ representation."
168 "documents.md") 168 "documents.md")
169 (markdown-page "/en/documents/roles/index.html" 169 (markdown-page "/en/documents/roles/index.html"
170 "roles.md") 170 "roles.md")
171 (markdown-page "/en/documents/governance/index.html"
172 "governance.md")
171 (markdown-page "/en/documents/free-software/index.html" 173 (markdown-page "/en/documents/free-software/index.html"
172 "free-software.md") 174 "free-software.md")
173 (markdown-page "/en/documents/code-of-conduct/index.html" 175 (markdown-page "/en/documents/code-of-conduct/index.html"