4e7fce4b19
Guide_3DS@4de4c0b4ba894ce6a0fa7662d951d55cf42fbe56
10 lines
237 B
HTML
10 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>
|