From c9b3a3ad053fe73f4eb0c9605f508392e57e7232 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 8 Oct 2021 17:17:53 -0400 Subject: Fix buttons broken by name changes --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 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", []), ] -- cgit v1.2.3