Add file extensions back to non-helper _includes
This commit is contained in:
@ -12,6 +12,6 @@ author_profile: false
|
||||
{% assign posts = group_items[forloop.index0] %}
|
||||
<h2 class="archive__subtitle">{{ tag }}</h2>
|
||||
{% for post in posts %}
|
||||
{% include archive-list-single %}
|
||||
{% include archive-list-single.html %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user