diff --git a/bulrush/templates/base.html b/bulrush/templates/base.html
index b13fef4..927fdf0 100644
--- a/bulrush/templates/base.html
+++ b/bulrush/templates/base.html
@@ -17,9 +17,6 @@
{% endif %}
{% endfor %}
-
{% block tags %}
{% endblock %}
diff --git a/setup.py b/setup.py
index 3496ca2..fdce006 100644
--- a/setup.py
+++ b/setup.py
@@ -24,5 +24,5 @@
test_suite='tests',
tests_require=['pelican'],
url='https://github.com/textbook/bulrush',
- version='0.0.8',
+ version='0.0.9',
)