We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cc620 commit 67839fbCopy full SHA for 67839fb
templates/base.html
@@ -69,10 +69,8 @@
69
{% endif %}
70
{% block media %}{% endblock %}
71
{% if use_darkmode %}
72
- {% compress css %}
73
- <link rel="stylesheet" href="{{ static('darkmode.css') }}">
74
- <link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
75
- {% endcompress %}
+ <link rel="stylesheet" href="{{ static('darkmode.css') }}">
+ <link rel="stylesheet" href="{{ static('darkmode-svg.css') }}">
76
77
78
<noscript>
0 commit comments