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 | 015862c69d97b4890abcf1f99b68f7f32bc01554 (patch) | |
tree | 145d7c89903b9b3aa9b5e5450ff29c8cb138fa15 /website | |
parent | website: Remove reference to "CVS". (diff) |
website: Add "Contribute" to the menu bar.
* website/haunt.scm (base-layout)[menubar]: Add "contribute".
Diffstat (limited to 'website')
-rw-r--r-- | website/haunt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/haunt.scm b/website/haunt.scm index 77dad96..c86ed04 100644 --- a/website/haunt.scm +++ b/website/haunt.scm | |||
@@ -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")) |