From: Vladimír Vondruš Date: Tue, 24 Oct 2017 10:34:45 +0000 (+0200) Subject: theme: reduce indentation of the markup a bit. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=e2b818753e19f8c1905f34cd70364503932ae34a;p=blog.git theme: reduce indentation of the markup a bit. --- diff --git a/pelican-theme/templates/base.html b/pelican-theme/templates/base.html index b93ac910..8124b170 100644 --- a/pelican-theme/templates/base.html +++ b/pelican-theme/templates/base.html @@ -20,134 +20,130 @@ {% endblock head %} -
-
- {% block main %} - {% endblock %} +{% block main %} +{% endblock %}
-