grid-style recent posts

This commit is contained in:
⧉ infominer 2020-11-30 23:19:37 -05:00
parent 6f3a444453
commit 4cc5921e49

View File

@ -10,13 +10,12 @@ sidebar:
image_alt: "Binary Globe Image by GDj"
nav: "didnav"
share: true
---
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% include archive-single.html type="grid" %}
{% endfor %}
{% include paginator.html %}