diff options
author | David Runge <dave@sleepmap.de> | 2019-04-20 13:55:40 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-04-20 13:55:40 +0200 |
commit | f4ffc2c193921dba462e36909ad8d2f4db4020c6 (patch) | |
tree | 2be8a0ade270860dd0bcf9a75575bfb24b1d9479 | |
parent | ae1c660a06ec507f113162b7a4ba4a1b2555e7fa (diff) | |
download | sleepmap-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.
-rw-r--r-- | conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"), ), |