From: Vladimír Vondruš Date: Sun, 10 Dec 2017 23:36:50 +0000 (+0100) Subject: theme: superfluous whitespace. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=315efef66da182599417647ef5293be91a1a6111;p=blog.git theme: superfluous whitespace. --- diff --git a/pelican-theme/templates/article_footer.html b/pelican-theme/templates/article_footer.html index 535ef8bc..49f690be 100644 --- a/pelican-theme/templates/article_footer.html +++ b/pelican-theme/templates/article_footer.html @@ -1 +1 @@ -

Posted{% if article.authors %} by {% for author in article.authors %}{{ author }}{% endfor %}{% endif %} on in {{ article.category }}{% if article.modified %}; updated {% endif %}.{% if article.tags %} Tags: {% for tag in article.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}.{% endif %}

+

Posted{% if article.authors %} by {% for author in article.authors %}{{ author|e }}{% endfor %}{% endif %} on in {{ article.category|e }}{% if article.modified %}; updated {% endif %}.{% if article.tags %} Tags: {% for tag in article.tags %}{{ tag|e }}{% if not loop.last %}, {% endif %}{% endfor %}.{% endif %}