Add file extensions back to non-helper _includes
This commit is contained in:
@ -18,7 +18,7 @@ author_profile: false
|
||||
{% endunless %}
|
||||
{% for post in collection.docs %}
|
||||
{% unless collection.output == false or collection.label == 'posts' %}
|
||||
{% include archive-list-single %}
|
||||
{% include archive-list-single.html %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user