diff options
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") |