From ad65cd42eb600a4c9ae2cd2a27b28d3d6a50088f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 11 Sep 2023 17:56:08 +0200 Subject: Hide favicon if not set --- themes/bear/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/bear/templates/base.html b/themes/bear/templates/base.html index 3a2d565..3845773 100644 --- a/themes/bear/templates/base.html +++ b/themes/bear/templates/base.html @@ -6,7 +6,9 @@ {%- endif %} - + {%- if config.extra.favicon %} + + {%- endif %} {%- block title %}{{ config.title }}{%- endblock %} {%- if config.generate_feed %} -- cgit 1.4.1