diff --git a/templates/navbar.html b/templates/navbar.html
index 123c5f2..35b193d 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -14,7 +14,7 @@
-
diff --git a/vanth/pages/index.py b/vanth/pages/index.py
index 0a8cafa..61f0737 100644
--- a/vanth/pages/index.py
+++ b/vanth/pages/index.py
@@ -4,4 +4,4 @@ blueprint = flask.Blueprint('index', __name__)
@blueprint.route('/', methods=['GET'])
def index():
- return flask.render_template('index.html', path='/')
+ return flask.render_template('index.html')