summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 02:00:49 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 02:00:49 +0200
commit9764086ee9cc10ad1fe7b7cc6f2be82145f843e3 (patch)
treea2c16e52d2881fd62f1b053e731c92647d6f3bde /templates
parentb0a8979e00abddc538359a1f0c3f57e0c90ff16e (diff)
downloadweb-9764086ee9cc10ad1fe7b7cc6f2be82145f843e3.tar.gz
web-9764086ee9cc10ad1fe7b7cc6f2be82145f843e3.tar.bz2
web-9764086ee9cc10ad1fe7b7cc6f2be82145f843e3.zip
Implemented redirecting
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")
]
%>