aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-04-20 13:55:40 +0200
committerDavid Runge <dave@sleepmap.de>2019-04-20 13:55:40 +0200
commitf4ffc2c193921dba462e36909ad8d2f4db4020c6 (patch)
tree2be8a0ade270860dd0bcf9a75575bfb24b1d9479 /conf.py
parentae1c660a06ec507f113162b7a4ba4a1b2555e7fa (diff)
downloadsleepmap-f4ffc2c193921dba462e36909ad8d2f4db4020c6.tar.gz
sleepmap-f4ffc2c193921dba462e36909ad8d2f4db4020c6.tar.bz2
sleepmap-f4ffc2c193921dba462e36909ad8d2f4db4020c6.tar.xz
sleepmap-f4ffc2c193921dba462e36909ad8d2f4db4020c6.zip
conf.py: Shuffling about and feed related links to the far right of the menu.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files 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"),
),