We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81da095 commit d38c3f0Copy full SHA for d38c3f0
_layouts/post.html
@@ -13,7 +13,7 @@ <h1 class="post-title p-name">{{ page.title | markdownify | remove: '<p>' | remo
13
{%- comment -%} Add tags {%- endcomment -%}
14
{%- if page.tags -%}
15
{% for tag in page.tags %}
16
- <a href="{{site.baseurl}}/archive.html#{{tag | slugize}}">
+ <a href="{{site.baseurl}}/archive/#{{tag | slugize}}">
17
#{{ tag }}
18
</a>
19
{% endfor %}
0 commit comments