We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6c1ca commit a5d88f7Copy full SHA for a5d88f7
_layouts/tag_page.html
@@ -4,7 +4,7 @@
4
{% unless site.dash.show_author == false %}
5
{% include author.html %}
6
{% endunless %}
7
-<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>
8
<div class="post-links">
9
{% for post in site.posts %}
10
{% for tag in post.tags %}
0 commit comments