summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-14 23:17:37 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-14 23:39:24 +0200
commit09e3c8bff91e9af7dbce3ecc7e585e1df7c0c0ae (patch)
tree57dc825895961255b3c76fb1aba9cd2ba67fbf86 /haunt.scm
parentsoftware: Guarantee person pointer identity (!). (diff)
Add /people.
* projects.scm: New file, with code formerly... * software.sxml: ... here. Include it. * people.sxml: New file. * haunt.scm (static-pages): Add it. * posts/kickoff.md, index.md: Refer 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 1b0bd04..b0f917a 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -160,6 +160,8 @@ representation."
160 160
161 (sxml-page "/en/software/index.html" 161 (sxml-page "/en/software/index.html"
162 "software.sxml") 162 "software.sxml")
163 (sxml-page "/en/people/index.html"
164 "people.sxml")
163 (markdown-page "/en/documents/index.html" 165 (markdown-page "/en/documents/index.html"
164 "documents.md") 166 "documents.md")
165 (markdown-page "/en/contribute/index.html" 167 (markdown-page "/en/contribute/index.html"