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