Skip to content

Commit c2e1051

Browse files
committed
updating url for tags inside posts
1 parent 652ec55 commit c2e1051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="title">{{ page.title }}</h1>
1313
{% if site.show-tags %}
1414
<div class="post-tags">
1515
{% for tag in page.tags %}
16-
<a class="item" href="{{ site.baseurl }}/tags/#{{ tag | slugify }}">{{ tag }}</a>
16+
<a class="item" href="{{ site.url }}/tags/#{{ tag | slugify }}">{{ tag }}</a>
1717
{% endfor %}
1818
</div>
1919
{% endif %}

0 commit comments

Comments
 (0)