summaryrefslogtreecommitdiff
path: root/templates/menu.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu.mako')
-rw-r--r--templates/menu.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index 104020d..5bfe992 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -1,10 +1,10 @@
<%!
menu = [
("/index", "Portato"),
+ ("/screenshots", "Screenshots"),
("/download", "Download"),
- ("/translating", "Translating"),
("/development", "Development"),
- ("/screenshots", "Screenshots"),
+ ("/translating", "Translating"),
("/r/bugs", "Bugs"),
("/r/blog", "Blog")
]