We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d33d41 + c39bfc1 commit 416bc07Copy full SHA for 416bc07
1 file changed
templates/base.html
@@ -24,7 +24,7 @@
24
<title>
25
PythonAsia 2026 {% block title %}{% endblock %}
26
</title>
27
- {% tailwind_css %}
+ <link href="{% static 'css/app.css' %}?v={% now 'U' %}" rel="stylesheet">
28
{% block extra_css %}{% endblock %}
29
</head>
30
0 commit comments