mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 08:49:50 +00:00
d57fe1de2c
Close #2639
11 lines
237 B
HTML
11 lines
237 B
HTML
---
|
|
layout: archive
|
|
---
|
|
|
|
{{ content }}
|
|
|
|
{% assign entries_layout = page.entries_layout | default: 'list' %}
|
|
<div class="entries-{{ entries_layout }}">
|
|
{% include posts-category.html taxonomy=page.taxonomy type=entries_layout %}
|
|
</div>
|