forked from KEMT/zpwiki
zz
This commit is contained in:
parent
1630708714
commit
f42504d49f
@ -55,7 +55,7 @@
|
||||
{% if page.taxonomy.category|length > 0 %}
|
||||
{% set categorylist = [] %}
|
||||
{% for category in page.taxonomy.category %}
|
||||
{% set categorylist = categorylist|merge(['<a href="'~base_url~'/taxonomy?name=category&val='~(category|url_encode)~'">'~category~'</a>']) %}
|
||||
{% set categorylist = categorylist|merge(['<a href="'~base_url~'/categories/'~(category|url_encode)~'">'~category~'</a>']) %}
|
||||
{% endfor %}
|
||||
<div class="cagtegories">
|
||||
<i class="fa fa-tags rightpad"></i>{{ categorylist|join(', ') }}
|
||||
|
Loading…
Reference in New Issue
Block a user