From 09e3c8bff91e9af7dbce3ecc7e585e1df7c0c0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 14 Apr 2021 23:17:37 +0200 Subject: 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. --- haunt.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index 1b0bd04..b0f917a 100644 --- a/haunt.scm +++ b/haunt.scm @@ -160,6 +160,8 @@ representation." (sxml-page "/en/software/index.html" "software.sxml") + (sxml-page "/en/people/index.html" + "people.sxml") (markdown-page "/en/documents/index.html" "documents.md") (markdown-page "/en/contribute/index.html" -- cgit v1.2.1