diff options
| author | 2015-05-31 14:41:02 -0400 | |
|---|---|---|
| committer | 2015-05-31 14:41:02 -0400 | |
| commit | a40461f687245a87dd3e613dea18c959221f00ce (patch) | |
| tree | a3ca5d6a0ae97341dd4ce2f992a622c0c803d88b /conf.py | |
| parent | 618bf416448183b78be93c44a0d9faafb6c200c5 (diff) | |
Move 'Bugs' up to the navbar, add 'Code' too.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"), ), } |
