Slugify tags
This commit is contained in:
parent
0e385bece2
commit
d3e08eb2b6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ author_profile: false
|
||||||
|
|
||||||
{% for tag in group_names %}
|
{% for tag in group_names %}
|
||||||
{% assign posts = group_items[forloop.index0] %}
|
{% assign posts = group_items[forloop.index0] %}
|
||||||
<h2 id="{{ tag | downcase }}" class="archive__subtitle">{{ tag }}</h2>
|
<h2 id="{{ tag | slugify }}" class="archive__subtitle">{{ tag }}</h2>
|
||||||
{% for post in posts %}
|
{% for post in posts %}
|
||||||
{% include archive-single.html %}
|
{% include archive-single.html %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue