diff --git a/templates/categories/single.html b/templates/categories/single.html
index 951f6d1..983e6a9 100644
--- a/templates/categories/single.html
+++ b/templates/categories/single.html
@@ -5,7 +5,7 @@
{{ term.name }}
-
+
{% if paginator %}
{% set pages = paginator.pages %}
{% else %}
diff --git a/templates/layout.html b/templates/layout.html
index 935da9d..36a6557 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -219,5 +219,7 @@
{% endif %}
+ {% block extra_js %}
+ {% endblock extra_js %}