summaryrefslogtreecommitdiffstats
path: root/website/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'website/haunt.scm')
-rw-r--r--website/haunt.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/website/haunt.scm b/website/haunt.scm
index 289d0b5..a8b6a35 100644
--- a/website/haunt.scm
+++ b/website/haunt.scm
@@ -1,5 +1,6 @@
1;;; The GNU Assembly Web Site 1;;; The GNU Assembly Web Site
2;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2021 Ricardo Wurmus <rekado@elephly.net>
3;;; 4;;;
4;;; This program is free software; you can redistribute it and/or modify it 5;;; This program is free software; you can redistribute it and/or modify it
5;;; under the terms of the GNU General Public License as published by 6;;; under the terms of the GNU General Public License as published by
@@ -87,6 +88,8 @@
87 (ul 88 (ul
88 (li (a (@ (href ,(base-url "/"))) 89 (li (a (@ (href ,(base-url "/")))
89 "About")) 90 "About"))
91 (li (a (@ (href ,(base-url "/software")))
92 "Software"))
90 (li (a (@ (href ,(base-url "/blog"))) 93 (li (a (@ (href ,(base-url "/blog")))
91 "Blog")) 94 "Blog"))
92 (li (a (@ (href ,(base-url "/blog/feed.xml"))) 95 (li (a (@ (href ,(base-url "/blog/feed.xml")))
@@ -130,6 +133,8 @@ representation."
130 133
131 (list (markdown-page "index.html" "index.md") 134 (list (markdown-page "index.html" "index.md")
132 135
136 (markdown-page "/software/index.html"
137 "software.md")
133 (markdown-page "/en/documents/free-software/index.html" 138 (markdown-page "/en/documents/free-software/index.html"
134 "free-software.md") 139 "free-software.md")
135 (markdown-page "/en/documents/code-of-conduct/index.html" 140 (markdown-page "/en/documents/code-of-conduct/index.html"