This commit is contained in:
Daniel Hladek 2020-10-03 16:44:02 +02:00
parent a2f4f5aff4
commit 1b96a3d1d0

View File

@ -36,7 +36,7 @@
<a href="{{p.url}}">{{ p.title|e }}</a> <a href="{{p.url}}">{{ p.title|e }}</a>
{% set catlist = [] %} {% set catlist = [] %}
{% for cat in p.taxonomy.category %} {% for cat in p.taxonomy.category %}
{% set catlist = catlist|merge(['<a href="'~base_url~'/taxonomy?name=category&amp;val='~(cat|url_encode)~'">'~cat~'</a>']) %} {% set catlist = catlist|merge(['<small><a href="'~base_url~'/taxonomy?name=category&amp;val='~(cat|url_encode)~'">'~cat~'</a></small>']) %}
{% endfor %} {% endfor %}
<span>{{ catlist|join(', ') }}</span> <span>{{ catlist|join(', ') }}</span>
</li> </li>