From a40461f687245a87dd3e613dea18c959221f00ce Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 31 May 2015 14:41:02 -0400 Subject: Move 'Bugs' up to the navbar, add 'Code' too. --- conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.py') 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"), ), } -- cgit v1.2.3