summaryrefslogtreecommitdiffstats
path: root/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
commit7e5d392d8096cded1abf5a73cf35235a4cfa7046 (patch)
tree3c697181ad6f2892d8f06bef3c3dfe187ed9428b /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 'haunt.scm')
-rw-r--r--haunt.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/haunt.scm b/haunt.scm
index d260d4a..af3e5e8 100644
--- a/haunt.scm
+++ b/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"