summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-15 11:21:50 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-15 11:22:02 +0200
commit9eaf23e442c7e5ec6d04babcebf428b56e5eb703 (patch)
tree95bde98cd083587702e54002937ff42792a48893
parentAdd /people page to menu. (diff)
Remove /about from menu.
-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")