no grid for now

This commit is contained in:
⧉ infominer 2020-12-01 00:00:13 -05:00
parent 4cc5921e49
commit 653b16a60a

View File

@ -15,7 +15,7 @@ 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 type="grid" %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}