summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--haunt.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index b5c498b..bcf5b02 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -47,8 +47,7 @@
47 (posts '()) site) 47 (posts '()) site)
48 (define (menubar where) 48 (define (menubar where)
49 (let ((locations 49 (let ((locations
50 '(("about" "About" "/") 50 '(("people" "People" "/en/people")
51 ("people" "People" "/en/people")
52 ("software" "Software" "/en/software") 51 ("software" "Software" "/en/software")
53 ("documents" "Documents" "/en/documents") 52 ("documents" "Documents" "/en/documents")
54 ("contribute" "contribute" "/en/contribute") 53 ("contribute" "contribute" "/en/contribute")