trailing slash for home

This commit is contained in:
Henning Peters 2015-12-03 20:01:27 +01:00
parent 5ed08249a4
commit 194b03fc5f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
- Page.active[type] = true;
- Page.links = [];
- if (type == "home") {
- Page.url = "";
- Page.url = "/";
- } else {
- Page.url = "/" + type;
- }