Rename include to archive-list-single.html

This commit is contained in:
Michael Rose
2016-03-06 21:01:09 -05:00
parent 427ed394ad
commit 178f414a92
8 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ permalink: /collection-archive/
{% endunless %}
{% for post in collection.docs %}
{% unless collection.output == false or collection.label == 'posts' %}
{% include post-single.html %}
{% include archive-list-single.html %}
{% endunless %}
{% endfor %}
{% endfor %}