From 7a6f7cc7ff59ea587fa0fa1ed5d22e04e2a57fdf 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. --- website/haunt.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'website/haunt.scm') 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." "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