From b934c6cca07756ef80387d204723d1911cbd4752 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Tue, 1 Dec 2020 17:45:26 +0100 Subject: [PATCH] Allow favicon --- templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html b/templates/base.html index f4f2501..5c87a1a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,6 +29,8 @@ <link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}/css/style.css" /> <link rel="stylesheet" type="text/css" href="{{ CUSTOM_STYLESHEET }}" /> + <link rel="shortcut icon" href="{{ FAVICON }}" /> + <title> {{ SITENAME }} </title> -- GitLab