From 14cb9e0d74558c7cd44bb055d3d00af136f8f51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 00:55:02 +0200 Subject: Finish index page --- templates/menu.mako | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/menu.mako') diff --git a/templates/menu.mako b/templates/menu.mako index 4d6fff4..cf9923e 100644 --- a/templates/menu.mako +++ b/templates/menu.mako @@ -2,6 +2,8 @@ menu = [ ("/index", "Portato"), ("/download", "Download"), - ("/development", "Development") + ("/development", "Development"), + ("/translating", "Translating"), + ("http://necoro.wordpress.com", "Blog") ] %> -- cgit v1.2.3