Merge pull request 'fix tag links in blog' (#5) from blog into master

Reviewed-on: Disroot/grav-theme-disrootblog#5
This commit is contained in:
meaz 2021-05-03 16:39:42 +00:00
commit fd4d9b7d2f
1 changed files with 1 additions and 1 deletions

View File

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