summaryrefslogtreecommitdiffstats
path: root/website/haunt.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-12 09:59:55 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-12 09:59:55 +0200
commit7a6f7cc7ff59ea587fa0fa1ed5d22e04e2a57fdf (patch)
tree56c9ac054f42b088ea44f56a6f0d8f08bb12b4c0 /website/haunt.scm
parentwebsite: Change title of software page. (diff)
website: Add "contribute" page.
* website/contribute.md: New file. * website/haunt.scm (static-pages): Add it. * website/index.md: Link to it.
Diffstat (limited to 'website/haunt.scm')
-rw-r--r--website/haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/haunt.scm b/website/haunt.scm
index 984b949..77dad96 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -152,6 +152,8 @@ representation."
152 "documents.md") 152 "documents.md")
153 (markdown-page "/en/software/index.html" 153 (markdown-page "/en/software/index.html"
154 "software.md") 154 "software.md")
155 (markdown-page "/en/contribute/index.html"
156 "contribute.md")
155 (markdown-page "/en/documents/free-software/index.html" 157 (markdown-page "/en/documents/free-software/index.html"
156 "free-software.md") 158 "free-software.md")
157 (markdown-page "/en/documents/code-of-conduct/index.html" 159 (markdown-page "/en/documents/code-of-conduct/index.html"