fix: correct tags urls
parent
23f016ecc3
commit
5825033649
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
<ul class="post-tags">
|
||||
{%- for tag in article.data.tags | filterTagList %}
|
||||
{%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %}
|
||||
{%- set tagUrl %}/blog/tags/{{ tag | slugify }}/{% endset %}
|
||||
<li class="post-tag"><a href="{{ tagUrl }}">#{{ tag }}</a>{%- if not loop.last %} {% endif %}</li>
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue