summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-15 11:20:43 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-15 11:22:02 +0200
commitddc7b99a830a848e81381e58c5f20dc67943485e (patch)
treeb1d00c147bc687b7ad07644e213ba9e20a1e35b3 /haunt.scm
parentprojects: Add Jack Hill. (diff)
Add /people page to menu.
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/haunt.scm b/haunt.scm
index b0f917a..b5c498b 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -48,10 +48,11 @@
48 (define (menubar where) 48 (define (menubar where)
49 (let ((locations 49 (let ((locations
50 '(("about" "About" "/") 50 '(("about" "About" "/")
51 ("software" "Software" "/en/software") 51 ("people" "People" "/en/people")
52 ("documents" "Documents" "/en/documents") 52 ("software" "Software" "/en/software")
53 ("documents" "Documents" "/en/documents")
53 ("contribute" "contribute" "/en/contribute") 54 ("contribute" "contribute" "/en/contribute")
54 ("blog" "Blog" "/en/blog")))) 55 ("blog" "Blog" "/en/blog"))))
55 `(div (@ (id "menubar") 56 `(div (@ (id "menubar")
56 (class "width-control")) 57 (class "width-control"))
57 (ul 58 (ul