summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-15 11:20:43 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-15 11:22:02 +0200
commitddc7b99a830a848e81381e58c5f20dc67943485e (patch)
treeb1d00c147bc687b7ad07644e213ba9e20a1e35b3
parentprojects: Add Jack Hill. (diff)
Add /people page to menu.
-rw-r--r--haunt.scm7
-rw-r--r--people.sxml1
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 @@
48 (define (menubar where) 48 (define (menubar where)
49 (let ((locations 49 (let ((locations
50 '(("about" "About" "/") 50 '(("about" "About" "/")
51 ("software" "Software" "/en/software") 51 ("people" "People" "/en/people")
52 ("documents" "Documents" "/en/documents") 52 ("software" "Software" "/en/software")
53 ("documents" "Documents" "/en/documents")
53 ("contribute" "contribute" "/en/contribute") 54 ("contribute" "contribute" "/en/contribute")
54 ("blog" "Blog" "/en/blog")))) 55 ("blog" "Blog" "/en/blog"))))
55 `(div (@ (id "menubar") 56 `(div (@ (id "menubar")
56 (class "width-control")) 57 (class "width-control"))
57 (ul 58 (ul
diff --git a/people.sxml b/people.sxml
index e9ab88b..f8dd045 100644
--- a/people.sxml
+++ b/people.sxml
@@ -24,6 +24,7 @@
24 24
25`((title . "Software") 25`((title . "Software")
26 (author . "The GNU Assembly") 26 (author . "The GNU Assembly")
27 (menu . "people")
27 (date . ,(string->date* "2021-04-14 23:00")) 28 (date . ,(string->date* "2021-04-14 23:00"))
28 29
29 (content 30 (content