diff options
-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", []), ] |