summaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
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