From f4ffc2c193921dba462e36909ad8d2f4db4020c6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 13:55:40 +0200 Subject: conf.py: Shuffling about and feed related links to the far right of the menu. --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 20cabdc..2a16367 100644 --- a/conf.py +++ b/conf.py @@ -138,8 +138,6 @@ TRANSLATIONS_PATTERN = '{path}.{lang}.{ext}' NAVIGATION_LINKS = { DEFAULT_LANG: ( - ("/archive.html", "Archive"), - ("/about/", "About"), ( ( ("/hardware/modular-suitcase/", "Modular Suitcase"), @@ -173,6 +171,8 @@ NAVIGATION_LINKS = { ), 'Software' ), + ("/about/", "About"), + ("/archive.html", "Archive"), ("/categories/", "Tags"), ("/rss.xml", "RSS feed"), ), -- cgit v1.2.3