DRY up archive include

- Combine grid and list view into one include
This commit is contained in:
Michael Rose
2016-03-19 20:58:17 -04:00
parent da90ccaf49
commit 109f4ffb44
16 changed files with 75 additions and 76 deletions

View File

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