summaryrefslogtreecommitdiffstats
path: root/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
commite33d7ec8b70d76d490042558f13818acc97139bf (patch)
tree99ddaeaad20551a93fdcae7c054f18066dd49d84 /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 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt.scm b/haunt.scm
index 984b949..77dad96 100644
--- a/haunt.scm
+++ b/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"