From fdce6d82560894d09d2958447b8cf95bc28f8b4c Mon Sep 17 00:00:00 2001 From: Elias <elias.hanke@icloud.com> Date: Wed, 26 Jun 2024 13:09:13 +0200 Subject: [PATCH] Fix link --- portal/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/templates/index.html b/portal/templates/index.html index ff8e89b..ece2737 100644 --- a/portal/templates/index.html +++ b/portal/templates/index.html @@ -10,11 +10,11 @@ /> <link rel="icon" - href="{{ url_for('static', filename='static/img/portal.svg') }}" + href="{{ url_for('static', filename='img/portal.svg') }}" /> <link rel="apple-touch-icon" - href="{{ url_for('static', filename='static/img/portal.png') }}" + href="{{ url_for('static', filename='img/portal.png') }}" /> </head> -- GitLab