DRY up archive include
- Combine grid and list view into one include
This commit is contained in:
@ -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 %}
|
Reference in New Issue
Block a user