[hotfix-7-10-18] Removing extraneous jinja

This commit is contained in:
Joseph Nix 2018-07-10 10:17:38 -05:00
parent 30b819ba5d
commit 94e5f70d30
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</div>
{% if this.tags %}
{% for t in this.tags|sort %}
{{ "and " if (loop.last and this.tags|length > 1) }}
{{ "and " if loop.last }}
<a href="{{ ('/plugins/tag/' ~ t.lower() ~ '/')|url }}">{{ t }}</a>{{ ", " if not loop.last }}
{% endfor %}
{% else %}