From cc3fb59ccd42792331879670e1a526cb1b4cca25 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 22 Oct 2022 19:11:07 -0500 Subject: [PATCH] html head: fix default theme --- files/templates/html_head.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/files/templates/html_head.html b/files/templates/html_head.html index a0a501344..531505b82 100644 --- a/files/templates/html_head.html +++ b/files/templates/html_head.html @@ -92,7 +92,6 @@ {% endif %} {% if include_user_css %} - {% if v.css and not request.path.startswith('/settings/css') %} {% endif %} + {% else %} + {{default_theme()}} {% endif %} {% else %} - - - + {{default_theme()}} {% endif %} + {% if request.path.endswith('/catalog') %} @@ -126,6 +126,11 @@ {{extra_css}} {% endmacro %} +{% macro default_theme() %} + + +{% endmacro %} + {% macro seo() %}