Correct headline hierarchy

This commit is contained in:
Michael Rose
2016-03-09 22:18:10 -05:00
parent d0a08a0e7a
commit d84f35c0e1
8 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@ author_profile: false
{% for tag in group_names %}
{% assign posts = group_items[forloop.index0] %}
<h3>{{ tag }}</h3>
<h2>{{ tag }}</h2>
{% for post in posts %}
{% include archive-list-single %}
{% endfor %}