cache busting on CSS files

This commit is contained in:
2025-05-28 21:50:18 +02:00
parent b70e4624cb
commit c8dd4ac165
14 changed files with 24 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
{% block title %}Starred - DocuPulse{% endblock %}
{% block extra_css %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/starred.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/starred.css', v=config.CSS_VERSION) }}">
{% endblock %}
{% block content %}