aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"),
),