summaryrefslogtreecommitdiff
path: root/templates/menu.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu.mako')
-rw-r--r--templates/menu.mako3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/menu.mako b/templates/menu.mako
index 4d6fff4..6c08fa0 100644
--- a/templates/menu.mako
+++ b/templates/menu.mako
@@ -2,6 +2,7 @@
menu = [
("/index", "Portato"),
("/download", "Download"),
- ("/development", "Development")
+ ("/development", "Development"),
+ ("/yap", "YA Page")
]
%>