Don't compress darkmode css
This commit is contained in:
parent
d7cc620a0a
commit
67839fbbd0
1 changed files with 2 additions and 4 deletions
|
@ -69,10 +69,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% block media %}{% endblock %}
|
{% block media %}{% endblock %}
|
||||||
{% if use_darkmode %}
|
{% if use_darkmode %}
|
||||||
{% compress css %}
|
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
|
||||||
<link rel="stylesheet" href="{{ static('darkmode.css') }}">
|
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
|
||||||
<link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
|
|
||||||
{% endcompress %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Reference in a new issue