From fe5f5aea0134a74f066ab9395893d71e4e53e9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=AD=20Gamboa?= Date: Thu, 10 Nov 2022 11:45:04 +0100 Subject: [PATCH] Render the favicon_mimetype with `| safe` Otherwise it will be escaped! --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 2f37429..b2150d6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ {% endif -%} {%- if config.extra.favicon %} - + {% endif -%} {%- block extra_head %}