Skip to content

Commit 416bc07

Browse files
authored
Merge pull request #61 from zorexsalvo/fix/cache-busting
fix: add cache busting for CSS files
2 parents 2d33d41 + c39bfc1 commit 416bc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<title>
2525
PythonAsia 2026 {% block title %}{% endblock %}
2626
</title>
27-
{% tailwind_css %}
27+
<link href="{% static 'css/app.css' %}?v={% now 'U' %}" rel="stylesheet">
2828
{% block extra_css %}{% endblock %}
2929
</head>
3030

0 commit comments

Comments
 (0)