forked from rDrama/rDrama
1
0
Fork 0

try smth to make custom css load faster

master
Aevann 2023-12-29 18:44:54 +02:00
parent 8afd1f1d99
commit ede2edf44e
2 changed files with 0 additions and 3 deletions

View File

@ -59,7 +59,6 @@
<script src="{{'js/top.js' | asset}}"></script>
{% block body required %}{% endblock %}
{{html_head.stylesheets_lower()}}
<script defer src="{{'js/bottom.js' | asset}}"></script>
{% if (v and v.cursormarsey) or (not v and CURSORMARSEY_DEFAULT) %}

View File

@ -132,9 +132,7 @@
{% if not (v and v.poor) %}
<link rel="stylesheet" href="{{'css/awards.css' | asset}}">
{% 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) %}
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">