From e33d7ec8b70d76d490042558f13818acc97139bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 12 Apr 2021 09:59:55 +0200 Subject: website: Add "contribute" page. * website/contribute.md: New file. * website/haunt.scm (static-pages): Add it. * website/index.md: Link to it. --- haunt.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index 984b949..77dad96 100644 --- a/haunt.scm +++ b/haunt.scm @@ -152,6 +152,8 @@ representation." "documents.md") (markdown-page "/en/software/index.html" "software.md") + (markdown-page "/en/contribute/index.html" + "contribute.md") (markdown-page "/en/documents/free-software/index.html" "free-software.md") (markdown-page "/en/documents/code-of-conduct/index.html" -- cgit v1.2.1