Add file extensions back to non-helper _includes

This commit is contained in:
Michael Rose
2016-03-10 21:13:01 -05:00
parent 8d046af7a9
commit f63b8fe294
33 changed files with 46 additions and 31 deletions

View File

@ -7,5 +7,5 @@ author_profile: false
{% include base_path %}
{% for post in site.pages %}
{% include archive-list-single %}
{% include archive-list-single.html %}
{% endfor %}