summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/menu.mako5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index cf9923e..d74a144 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -2,8 +2,9 @@
menu = [
("/index", "Portato"),
("/download", "Download"),
- ("/development", "Development"),
("/translating", "Translating"),
- ("http://necoro.wordpress.com", "Blog")
+ ("/development", "Development"),
+ ("/r/bugs", "Bugs"),
+ ("/r/blog", "Blog")
]
%>