Configure entries layout list
or grid
Switch between list or grid view by adding `entries_layout` to YAML Front Matter.
This commit is contained in:
@ -5,5 +5,5 @@ layout: archive
|
||||
{{ content }}
|
||||
|
||||
<div class="entries-{{ page.entries_layout | default: 'list' }}">
|
||||
{% include posts-tag.html taxonomy=page.taxonomy %}
|
||||
{% include posts-tag.html taxonomy=page.taxonomy type=page.entries_layout %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user