From e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:42:09 +0100 Subject: Improve responsive, icons, refactor search, update readme --- templates/partials/shared/head.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'templates/partials/shared/head.html') diff --git a/templates/partials/shared/head.html b/templates/partials/shared/head.html index 185a97b..ca2033e 100644 --- a/templates/partials/shared/head.html +++ b/templates/partials/shared/head.html @@ -1,9 +1,6 @@ {% if config.extra.favicon.webmanifest %} {% endif %} -{% if config.extra.favicon.safari_pinned_tab %} - -{% endif %} {% if config.extra.favicon.favicon_16x16 %} {% endif %} @@ -13,14 +10,6 @@ {% if config.extra.favicon.apple_touch_icon %} {% endif %} - -{% if config.extra.galleria.enabled %} - -{% endif %} - - @@ -28,7 +17,7 @@ {% block title %} - {{ config.title }} + {{ config.title }} - An open-source distributed storage service {% endblock title %} -- cgit v1.2.3