From ede2edf44e58e40b5a9bd9d8dafc3da21164f7e6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 29 Dec 2023 18:44:54 +0200 Subject: [PATCH] try smth to make custom css load faster --- files/templates/root.html | 1 - files/templates/util/html_head.html | 2 -- 2 files changed, 3 deletions(-) diff --git a/files/templates/root.html b/files/templates/root.html index fbe5a7d7b..2c3b07248 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -59,7 +59,6 @@ {% block body required %}{% endblock %} - {{html_head.stylesheets_lower()}} {% if (v and v.cursormarsey) or (not v and CURSORMARSEY_DEFAULT) %} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 074426639..07f75f989 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -132,9 +132,7 @@ {% if not (v and v.poor) %} {% endif %} -{% endmacro %} -{% macro stylesheets_lower() %} {% if not (request.path.startswith('/@') and u) %} {% if (v and v.background) or (SITE_NAME == 'rDrama' and v and v.chud) %}