Skip to content

Commit c37ff7b

Browse files
LalitNMpeterjc
authored andcommitted
Fixed tag url in any category page
1 parent fcbee50 commit c37ff7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/tagpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="page-title">{{ page.title }}</h1>
1111
{% for tag in p.tags %}
1212
{% if tag == page.tag %}
1313
<li>
14-
<a class="page-link" href="{{ p.url }}">{{ p.title }}</a>
14+
<a class="page-link" href="{{ p.url | relative_url }}">{{ p.title }}</a>
1515
</li>
1616
{% endif %}
1717
{% endfor %}

0 commit comments

Comments
 (0)