diff options
Diffstat (limited to 'website/haunt.scm')
-rw-r--r-- | website/haunt.scm | 3 |
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" |