diff options
author | Rob Austein <sra@hactrn.net> | 2021-10-08 17:17:53 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-10-08 17:17:53 -0400 |
commit | c9b3a3ad053fe73f4eb0c9605f508392e57e7232 (patch) | |
tree | 80ce6f09198fddfb77716187ce4f72824f2bf05d /pelicanconf.py | |
parent | 26a0483f0043e8dcc903a9c12703462b203c3abe (diff) |
Fix buttons broken by name changes
Diffstat (limited to 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 3 |
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", []), ] |