diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-12 15:34:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-12 15:34:44 +0200 |
commit | e421e40c9cbfa2f50fb28fa8430401f5a4725e66 (patch) | |
tree | 3685959d305b12f59a8c8731e93a5a5a13a914c7 | |
parent | website: Remove reference to "CVS". (diff) |
website: Add "Contribute" to the menu bar.
* website/haunt.scm (base-layout)[menubar]: Add "contribute".
-rw-r--r-- | haunt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ | |||
50 | '(("about" "About" "/") | 50 | '(("about" "About" "/") |
51 | ("software" "Software" "/en/software") | 51 | ("software" "Software" "/en/software") |
52 | ("documents" "Documents" "/en/documents") | 52 | ("documents" "Documents" "/en/documents") |
53 | ("contribute" "contribute" "/en/contribute") | ||
53 | ("blog" "Blog" "/en/blog")))) | 54 | ("blog" "Blog" "/en/blog")))) |
54 | `(div (@ (id "menubar") | 55 | `(div (@ (id "menubar") |
55 | (class "width-control")) | 56 | (class "width-control")) |