From a0e794fa42b82dbbd47af24ef57bbed53785a02a Mon Sep 17 00:00:00 2001 From: Nils Steinger <git@n-st.de> Date: Sun, 8 Nov 2020 15:36:41 +0100 Subject: [PATCH] Use provisional logo as favicon --- AKPlan/templates/AKPlan/plan_wall.html | 1 + templates/base.html | 1 + 2 files changed, 2 insertions(+) diff --git a/AKPlan/templates/AKPlan/plan_wall.html b/AKPlan/templates/AKPlan/plan_wall.html index a04e1e9..3769984 100644 --- a/AKPlan/templates/AKPlan/plan_wall.html +++ b/AKPlan/templates/AKPlan/plan_wall.html @@ -17,6 +17,7 @@ {% bootstrap_javascript jquery='slim' %} {% fontawesome_5_static %} + <link rel="icon" type="image/svg+xml" href="{% static 'common/images/logo.svg' %}"> <link rel="stylesheet" href="{% static 'common/css/custom.css' %}"> {% get_current_language as LANGUAGE_CODE %} diff --git a/templates/base.html b/templates/base.html index 7971ddb..e053eb5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,6 +17,7 @@ {% bootstrap_javascript jquery='slim' %} {% fontawesome_5_static %} + <link rel="icon" type="image/svg+xml" href="{% static 'common/images/logo.svg' %}"> <link rel="stylesheet" href="{% static 'common/css/custom.css' %}"> <script type='text/javascript'> -- GitLab