fix tag links in blog
This commit is contained in:
parent
cf3d02848f
commit
edfe1595d6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
{% elseif percent >= 50 and percent < 80 %}
|
||||
{% set class = 'large' %}
|
||||
{% endif %}
|
||||
<span class="{{ class }}" title="{{ value }} posts"><a href="{{ base_url }}/tag{{ config.system.param_sep }}{{ tax|e('url') }}">{{ tax }}</a></span>
|
||||
<span class="{{ class }}" title="{{ value }} posts"><a href="{{ base_url }}/blog/tag{{ config.system.param_sep }}{{ tax|e('url') }}">{{ tax }}</a></span>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue