aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-10-08 17:17:53 -0400
committerRob Austein <sra@hactrn.net>2021-10-08 17:17:53 -0400
commitc9b3a3ad053fe73f4eb0c9605f508392e57e7232 (patch)
tree80ce6f09198fddfb77716187ce4f72824f2bf05d
parent26a0483f0043e8dcc903a9c12703462b203c3abe (diff)
Fix buttons broken by name changes
-rw-r--r--pelicanconf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index ab8e8af..3f042a9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -32,9 +32,8 @@ THEME = "m.css/pelican-theme"
THEME_STATIC_DIR = "static"
M_LINKS_NAVBAR1 = [
- ("Home", "wikistart.html", "wikistart", []),
("Repositories", "https://git.cryptech.is/", "git", []),
- ("Documents", "documents.html", "documents", []),
+ ("Documents", "presentations-and-design-documents.html", "documents", []),
("Mailing Lists", "mailing-lists.html", "mailinglists", []),
("Archives", "archives.html", "archives", []),
]