109f4ffb44
- Combine grid and list view into one include
12 lines
No EOL
233 B
HTML
12 lines
No EOL
233 B
HTML
---
|
|
layout: default
|
|
author_profile: false
|
|
---
|
|
|
|
<div class="archive">
|
|
<h1 class="page__title">{{ page.title }}</h1>
|
|
{% include base_path %}
|
|
{% for post in page.posts %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|
|
</div> |