summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-06-09 22:22:10 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-09 22:22:10 +0200
commit55bb964cf8a106679f369f8c3c7d9874f4711663 (patch)
tree9250034f0204e4d034ae3c48c070966389ca4084
parent8acac8c4bfa6ffa9ee17f08ca0a9e442177c417f (diff)
downloadkyrias-website-55bb964cf8a106679f369f8c3c7d9874f4711663.tar.xz
Make /index the same as /
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--kyrias_website/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyrias_website/views.py b/kyrias_website/views.py
index a7e7555..3065aef 100644
--- a/kyrias_website/views.py
+++ b/kyrias_website/views.py
@@ -10,6 +10,7 @@ def page(path):
@app.route('/blog/')
+@app.route('/index/')
@app.route('/')
def index():
current = app.journal_entries[-1]