mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-12-02 22:56:57 +00:00
467a748815
Switch between list or grid view by adding `entries_layout` to YAML Front Matter.
10 lines
192 B
HTML
10 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>
|