Fix path bugs in breadcrumbs

This commit is contained in:
Michael Rose
2016-04-04 14:20:47 -04:00
parent 0cba582d02
commit b2611c3f2e
4 changed files with 13 additions and 10 deletions

View File

@ -10,7 +10,7 @@ author_profile: false
{% for tag in group_names %}
{% assign posts = group_items[forloop.index0] %}
<h2 id="{{ tag | slugify }}" class="archive__subtitle">{{ tag }}</h2>
<h2 id="{{ tag | downcase }}" class="archive__subtitle">{{ tag }}</h2>
{% for post in posts %}
{% include archive-single.html %}
{% endfor %}