From 9eaf23e442c7e5ec6d04babcebf428b56e5eb703 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Apr 2021 11:21:50 +0200 Subject: Remove /about from menu. --- haunt.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haunt.scm b/haunt.scm index b5c498b..bcf5b02 100644 --- a/haunt.scm +++ b/haunt.scm @@ -47,8 +47,7 @@ (posts '()) site) (define (menubar where) (let ((locations - '(("about" "About" "/") - ("people" "People" "/en/people") + '(("people" "People" "/en/people") ("software" "Software" "/en/software") ("documents" "Documents" "/en/documents") ("contribute" "contribute" "/en/contribute") -- cgit v1.2.1