From dfc3acd35c9a2fadaff7b09ab6a1f69a73ee50fd Mon Sep 17 00:00:00 2001 From: Che <43485962+c-git@users.noreply.github.com> Date: Sun, 29 May 2022 04:24:15 -0400 Subject: [PATCH] Add search for favicon and logo --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2cd8631..d1486bf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ {% if config.extra.favicon %} - + {% endif %} {% block title %}{{ config.title }}{% endblock title %} @@ -31,10 +31,10 @@