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