summaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-05-31 14:41:02 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-05-31 14:41:02 -0400
commita40461f687245a87dd3e613dea18c959221f00ce (patch)
treea3ca5d6a0ae97341dd4ce2f992a622c0c803d88b /conf.py
parent618bf416448183b78be93c44a0d9faafb6c200c5 (diff)
Move 'Bugs' up to the navbar, add 'Code' too.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index f2e7e5e..8c55907 100644
--- a/conf.py
+++ b/conf.py
@@ -111,6 +111,8 @@ NAVIGATION_LINKS = {
("/", "Home"),
("/galleries/screenshots/", "Screenshots"),
("/download/", "Download"),
+ ("https://loki.unit193.net/cgit/icebox/", "Code"),
+ ("https://sigma.unit193.net/bugs/", "Bugs"),
# ("/rss.xml", "RSS feed"),
),
}