diff --git a/templates/base.html b/templates/base.html index a64f4b2..77c69c5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ - + {% block head %}{% endblock %} diff --git a/templates/post.html b/templates/post.html index 1b1791b..b2b730e 100644 --- a/templates/post.html +++ b/templates/post.html @@ -2,7 +2,7 @@ {% block head %} {{ blogBase['postTitle'] }} - + {% endblock %} {% block style %}