3aa50cc5a5
- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
12 lines
No EOL
256 B
HTML
12 lines
No EOL
256 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><!-- /.archive --> |