Taxonomy count fix

This commit is contained in:
Karol Orzeł 2015-06-22 11:58:51 +02:00
parent 34fd9539e6
commit 3b82b53288
1 changed files with 1 additions and 1 deletions

View File

@ -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>