summaryrefslogtreecommitdiffstats
path: root/website/haunt.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-10 18:58:07 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-10 18:58:07 +0200
commit3d7357d76dfd3ab2ae9ec1ab7b29b487a4e96918 (patch)
treecd6e568eb8bc02a259a884cb5af28cf90428a74b /website/haunt.scm
parentwebsite: Add code of conduct. (diff)
website: Add free software definition.
* website/free-software.md: New file. * website/haunt.scm (static-pages): Add it. * website/index.md: Refer to it.
Diffstat (limited to 'website/haunt.scm')
-rw-r--r--website/haunt.scm3
1 files changed, 3 insertions, 0 deletions
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."
113 sxml->html))) 113 sxml->html)))
114 114
115 (list (markdown-page "index.html" "index.md") 115 (list (markdown-page "index.html" "index.md")
116
117 (markdown-page "/en/documents/free-software/index.html"
118 "free-software.md")
116 (markdown-page "/en/documents/code-of-conduct/index.html" 119 (markdown-page "/en/documents/code-of-conduct/index.html"
117 "code-of-conduct.md") 120 "code-of-conduct.md")
118 (markdown-page "/en/documents/social-contract/index.html" 121 (markdown-page "/en/documents/social-contract/index.html"