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> <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %} {% for post in paginator.posts %}
{% include archive-single.html type="grid" %} {% include archive-single.html %}
{% endfor %} {% endfor %}
{% include paginator.html %} {% include paginator.html %}