diff --git a/pelican/themes/notmyidea/templates/taglist.html b/pelican/themes/notmyidea/templates/taglist.html index b8f4ba95..1e0b95a7 100644 --- a/pelican/themes/notmyidea/templates/taglist.html +++ b/pelican/themes/notmyidea/templates/taglist.html @@ -1,2 +1,2 @@ -{% if article.tags %}
tags: {% for tag in article.tags %}{{ tag }} {% endfor %}
{% endif %} +{% if article.tags %}tags: {% for tag in article.tags %}{{ tag | escape }} {% endfor %}
{% endif %} {% if PDF_PROCESSOR %}{% endif %}