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

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