From 3d7357d76dfd3ab2ae9ec1ab7b29b487a4e96918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 10 Apr 2021 18:58:07 +0200 Subject: website: Add free software definition. * website/free-software.md: New file. * website/haunt.scm (static-pages): Add it. * website/index.md: Refer to it. --- website/haunt.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'website/haunt.scm') diff --git a/website/haunt.scm b/website/haunt.scm index d260d4a..af3e5e8 100644 --- a/website/haunt.scm +++ b/website/haunt.scm @@ -113,6 +113,9 @@ representation." sxml->html))) (list (markdown-page "index.html" "index.md") + + (markdown-page "/en/documents/free-software/index.html" + "free-software.md") (markdown-page "/en/documents/code-of-conduct/index.html" "code-of-conduct.md") (markdown-page "/en/documents/social-contract/index.html" -- cgit v1.2.1