[hotfix-7-10-18] Removing extraneous jinja
This commit is contained in:
parent
30b819ba5d
commit
94e5f70d30
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue