Taxonomy count fix
This commit is contained in:
parent
34fd9539e6
commit
3b82b53288
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<ul class="archives">
|
||||
{% for tax,value in taxlist[taxonomy] %}
|
||||
<li>
|
||||
<a href="{{ base_url }}/tag{{ config.system.param_sep }}{{ tax|e('url') }}">{{ tax }} <span>({{ tax|length }})</span></a>
|
||||
<a href="{{ base_url }}/tag{{ config.system.param_sep }}{{ tax|e('url') }}">{{ tax }} </a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue