From ddc7b99a830a848e81381e58c5f20dc67943485e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Apr 2021 11:20:43 +0200 Subject: Add /people page to menu. --- haunt.scm | 7 ++++--- people.sxml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/haunt.scm b/haunt.scm index b0f917a..b5c498b 100644 --- a/haunt.scm +++ b/haunt.scm @@ -48,10 +48,11 @@ (define (menubar where) (let ((locations '(("about" "About" "/") - ("software" "Software" "/en/software") - ("documents" "Documents" "/en/documents") + ("people" "People" "/en/people") + ("software" "Software" "/en/software") + ("documents" "Documents" "/en/documents") ("contribute" "contribute" "/en/contribute") - ("blog" "Blog" "/en/blog")))) + ("blog" "Blog" "/en/blog")))) `(div (@ (id "menubar") (class "width-control")) (ul diff --git a/people.sxml b/people.sxml index e9ab88b..f8dd045 100644 --- a/people.sxml +++ b/people.sxml @@ -24,6 +24,7 @@ `((title . "Software") (author . "The GNU Assembly") + (menu . "people") (date . ,(string->date* "2021-04-14 23:00")) (content -- cgit v1.2.1