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() %}