Skip to content

Commit a5d88f7

Browse files
hatsat32Süleyman ERGEN
andauthored
use tag_url filter in href (#85)
Co-authored-by: Süleyman ERGEN <[email protected]>
1 parent 6a6c1ca commit a5d88f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/tag_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% unless site.dash.show_author == false %}
55
{% include author.html %}
66
{% endunless %}
7-
<h1 class="post-title">articles tagged with <a class="tag" href="/tag/{{ page.tag }}/">{{ page.tag }}</a></h1>
7+
<h1 class="post-title">articles tagged with <a class="tag" href="{{ page.tag | tag_url }}">{{ page.tag }}</a></h1>
88
<div class="post-links">
99
{% for post in site.posts %}
1010
{% for tag in post.tags %}

0 commit comments

Comments
 (0)