diff --git a/templates/base.html b/templates/base.html
index c2bcbf6..9ca52ca 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -44,15 +44,10 @@
{% block meta %}{% endblock %}
-
- {% if use_darkmode %}
-
-
- {% endif %}
{% if not INLINE_FONTAWESOME %}
{% endif %}
-
+
{% compress css %}
{% if INLINE_FONTAWESOME %}
@@ -63,7 +58,6 @@
{% endcompress %}
-
@@ -77,6 +71,11 @@
{% endif %}
+ {% if use_darkmode %}
+
+
+ {% endif %}
+