12 lines
No EOL
238 B
HTML
12 lines
No EOL
238 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-list-single.html %}
|
|
{% endfor %}
|
|
</div> |