Skip to content

Commit

Permalink
fix tag list
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmassen committed Mar 20, 2018
1 parent eb4510e commit 8b09a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/taxonomylist.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span class="tags" style="text-align: center;">
{% for tax,value in taxlist[taxonomy] %}
{% set active = uri.param(taxonomy) == tax? 'active' : '' %}
<a class="no-text-decoration tag-cloud" href="{{ base_url }}/{{ taxonomy }}{{ config.system.param_sep }}{{ tax }}">{{ tax|upper }}</a>
<a class="no-text-decoration tag-cloud" href="{{ base_url }}{{config.plugins.taxonomylist.route }}/{{ taxonomy }}{{ config.system.param_sep }}{{ tax }}">{{ tax|upper }}</a>
{% endfor %}
</span>
{% endif %}

0 comments on commit 8b09a9b

Please sign in to comment.