Skip to content

Commit 52757ea

Browse files
committed
correct tag link on posts layout
1 parent 89abc78 commit 52757ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>{{ page.title }}</h2>
1010

1111
{%- if page.tags -%}
1212
{% for tag in page.tags %}
13-
<a href="{{site.baseurl}}/tag-list.html#{{tag | slugize}}">
13+
<a href="{{site.baseurl}}/tag/{{tag | slugize}}">
1414
#{{ tag }}
1515
</a>
1616
{% endfor %}

0 commit comments

Comments
 (0)