467a748815
Switch between list or grid view by adding `entries_layout` to YAML Front Matter.
9 lines
192 B
HTML
9 lines
192 B
HTML
---
|
|
layout: archive
|
|
---
|
|
|
|
{{ content }}
|
|
|
|
<div class="entries-{{ page.entries_layout | default: 'list' }}">
|
|
{% include posts-tag.html taxonomy=page.taxonomy type=page.entries_layout %}
|
|
</div>
|