From f72ca3fec3acf88cd4da6ae356dded8eee45133d Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Sat, 9 Sep 2017 15:46:57 +0100 Subject: [PATCH] Removing IE script No longer working per getpelican/pelican@a2d0705 --- bulrush/templates/base.html | 3 --- setup.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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', )