From e038e472475c9ae336bd239c3b6f4496f1970bbf Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Fri, 26 Dec 2025 21:07:07 -0700 Subject: [PATCH] Add cache busting to CSS for mobile updates --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 06dc8cd..0839be6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@ - + {% block extra_css %}{% endblock %}