forked from KEMT/zpwiki
zz
This commit is contained in:
parent
a2f4f5aff4
commit
1b96a3d1d0
@ -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&val='~(cat|url_encode)~'">'~cat~'</a>']) %}
|
{% set catlist = catlist|merge(['<small><a href="'~base_url~'/taxonomy?name=category&val='~(cat|url_encode)~'">'~cat~'</a></small>']) %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<span>{{ catlist|join(', ') }}</span>
|
<span>{{ catlist|join(', ') }}</span>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user