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 52757ea commit 5a5a363Copy full SHA for 5a5a363
_layouts/posts.html
@@ -10,7 +10,7 @@ <h2>{{ page.title }}</h2>
10
11
{%- if page.tags -%}
12
{% for tag in page.tags %}
13
- <a href="{{site.baseurl}}/tag/{{tag | slugize}}">
+ <a href="{{site.baseurl}}/tag/{{tag | slugize}}.html">
14
#{{ tag }}
15
</a>
16
{% endfor %}
index.html
@@ -11,7 +11,7 @@ <h2>{{ first_post.title }}</h2>
{%- if first_post.tags -%}
{% for tag in first_post.tags %}
17
0 commit comments