Skip to content

Commit

Permalink
use tag_url filter in href (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Süleyman ERGEN <suleyman.ergen@aurorabilisim.com>
  • Loading branch information
hatsat32 and Süleyman ERGEN authored Apr 2, 2022
1 parent 6a6c1ca commit a5d88f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/tag_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% unless site.dash.show_author == false %}
{% include author.html %}
{% endunless %}
<h1 class="post-title">articles tagged with <a class="tag" href="/tag/{{ page.tag }}/">{{ page.tag }}</a></h1>
<h1 class="post-title">articles tagged with <a class="tag" href="{{ page.tag | tag_url }}">{{ page.tag }}</a></h1>
<div class="post-links">
{% for post in site.posts %}
{% for tag in post.tags %}
Expand Down

0 comments on commit a5d88f7

Please sign in to comment.