From 416aed825565074c19ab4550766da1623b8bb326 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 30 Jun 2023 16:40:29 +0200 Subject: Use empty favicon if not configured in theme --- themes/bear/templates/base.html | 2 +- themes/bear/templates/favicon.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 themes/bear/templates/favicon.html (limited to 'themes/bear') diff --git a/themes/bear/templates/base.html b/themes/bear/templates/base.html index a865bac..7fa1991 100644 --- a/themes/bear/templates/base.html +++ b/themes/bear/templates/base.html @@ -3,7 +3,7 @@ - {% include "favicon.html" ignore missing -%} + {%- block title %}{{ config.title }}{%- endblock %} {%- if config.generate_feed %} diff --git a/themes/bear/templates/favicon.html b/themes/bear/templates/favicon.html deleted file mode 100644 index 28b504d..0000000 --- a/themes/bear/templates/favicon.html +++ /dev/null @@ -1,3 +0,0 @@ -{% if config.extra.favicon %} - -{%- endif -%} -- cgit 1.4.1