aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-01-04 21:27:50 +0800
committerGravatar hedy <[email protected]>2024-01-04 21:27:50 +0800
commitd6b393e8a029e423d0b2dc768ecc9e63ba4ca031 (patch)
treedafb8384bfa7740929d61f4f917d0c9ff9bbb754 /pydis_site/templates
parentDark: Fix most colors on timeline (diff)
Bump django-simple-bulma to 2.6.0
And use `include_js` flag to the bulma dark theme stylesheet template tag.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index f7dce8b0..e497298a 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -24,7 +24,7 @@
<title>Python Discord | {% block title %}Website{% endblock %}</title>
{% bulma %}
- {% bulma 'dark' %}
+ {% bulma 'dark' include_js=False %}
{% font_awesome %}
<link rel="stylesheet" href="{% static "css/base/base.css" %}">