fix: correct URL
parent
adb2a0bb5d
commit
2d479dbc6f
|
@ -11,7 +11,7 @@ templateClass: tmpl-post
|
||||||
</div>
|
</div>
|
||||||
<ul class="post-tags article-tags">
|
<ul class="post-tags article-tags">
|
||||||
{%- for tag in tags | filterTagList %}
|
{%- for tag in 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>
|
<li class="post-tag"><a href="{{ tagUrl }}">#{{ tag }}</a>{%- if not loop.last %} {% endif %}</li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue