Fix entries_layout: grid

Close #2639
This commit is contained in:
Michael Rose
2020-08-04 12:59:44 -04:00
parent 5741539e17
commit d57fe1de2c
7 changed files with 19 additions and 13 deletions

View File

@ -4,6 +4,7 @@ layout: archive
{{ content }}
<div class="entries-{{ page.entries_layout | default: 'list' }}">
{% include posts-tag.html taxonomy=page.taxonomy type=page.entries_layout %}
{% assign entries_layout = page.entries_layout | default: 'list' %}
<div class="entries-{{ entries_layout }}">
{% include posts-tag.html taxonomy=page.taxonomy type=entries_layout %}
</div>