From 009ab87552b4d8de8e640091f990196242ed341d Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 4 Aug 2024 16:20:49 +0200 Subject: [PATCH] fix(base.html): prevent CSS caching issues Append a version query string to the base.css link to ensure users always load the most recent version of the stylesheet, addressing issues with outdated cached CSS on client browsers. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f70e61d..9afe2bb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,7 +47,7 @@ {% block title %}{% endblock %} - Private.coffee - +