[Cryptech-Commits] [wiki] branch production updated: Fix buttons broken by name changes

git at cryptech.is git at cryptech.is
Fri Oct 8 21:18:11 UTC 2021


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch production
in repository wiki.

The following commit(s) were added to refs/heads/production by this push:
     new c9b3a3a  Fix buttons broken by name changes
c9b3a3a is described below

commit c9b3a3ad053fe73f4eb0c9605f508392e57e7232
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Oct 8 17:17:53 2021 -0400

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list