From ee6faf3a11c3e402dbc00ec0de520d6a6d561b06 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sat, 6 Sep 2025 03:19:19 +0000 Subject: [PATCH] Update web/templates/base.html --- web/templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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">