From 9764086ee9cc10ad1fe7b7cc6f2be82145f843e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 02:00:49 +0200 Subject: Implemented redirecting --- templates/menu.mako | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates') 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") ] %> -- cgit v1.2.3