Correct headline hierarchy
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user