diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-15 11:21:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-15 11:22:02 +0200 |
commit | 9eaf23e442c7e5ec6d04babcebf428b56e5eb703 (patch) | |
tree | 95bde98cd083587702e54002937ff42792a48893 | |
parent | Add /people page to menu. (diff) |
Remove /about from menu.
Diffstat (limited to '')
-rw-r--r-- | haunt.scm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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") |