diff --git a/web/templates/base.html b/web/templates/base.html index 241b3c9..896cb21 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -1,6 +1,6 @@ {% load static %} - + {% block title %}Illustrations{% endblock %} @@ -10,13 +10,14 @@ {# === THEME SYSTEM (BEGIN) === #} + href="{% static 'themes/' %}{{ request.session.theme|default:'classic' }}.css">