From 3cad4a954fdec4573d6a7621bfda26e9a6380d9e Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Wed, 21 Nov 2018 23:01:10 -0500 Subject: [PATCH] Revert index.html for proper browsing --- run_site.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run_site.py b/run_site.py index 5aab878..0fbb66e 100644 --- a/run_site.py +++ b/run_site.py @@ -9,8 +9,7 @@ app.config['FREEZER_RELATIVE_URLS'] = True app.config['FREEZER_IGNORE_MIMETYPE_WARNINGS'] = True @app.route('/') -@app.route('/index') -@app.route('/home') +@app.route('/index.html') def index(): categories = os.listdir('projects/') projects = []