From 7474daf51f110f8e58a4c96258ba5de3297f4590 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sun, 19 Mar 2017 22:49:26 +0100 Subject: [PATCH] introduce option to add favicons for different browsers and apps --- templates/base.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates/base.html b/templates/base.html index 8f79b77c..5c5a156a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,24 @@ {% endif %} + {% if EXTENDED_FAVICON_DIR %} + + + + + + + + + + + + + + + + {% endif %} +