diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html
index 3cff0b9..5dd2989 100644
--- a/brutaldon/templates/base.html
+++ b/brutaldon/templates/base.html
@@ -34,6 +34,8 @@
href="{% static 'css/bulma-badge.min.css' %}">
+ {% endif %}
+ {% if not preferences.no_javascript %}
@@ -165,7 +167,7 @@
- {% if not preferences.theme.is_brutalist %}
+ {% if not preferences.no_javascript %}
diff --git a/brutaldon/templates/main/post_partial.html b/brutaldon/templates/main/post_partial.html
index c5d851c..50ddf06 100644
--- a/brutaldon/templates/main/post_partial.html
+++ b/brutaldon/templates/main/post_partial.html
@@ -127,7 +127,7 @@
class="level-item emoji-link" title="custom emoji reference">😊
-{% if not preferences.theme.is_brutalist %}
+{% if not preferences.no_javascript %}