From 13f280601b40b450666fcd2bc1d732ff1a40f85f Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sun, 21 Apr 2024 21:56:28 +0300 Subject: [PATCH] Fix cut-off emoji favicon, fix static favicon being used when animated one is available --- templates/partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index d57fbf9..3d60f02 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -37,12 +37,12 @@ {% endif %} {% if config.extra.emoji_favicon %} - - {% endif %} - {% if config.extra.animated_favicon %} + + {% elif config.extra.animated_favicon %} + {% else %} + {% endif %} -