cleanup + more pages

This commit is contained in:
⧉ infominer 2023-06-11 09:28:50 +05:30
parent 85bd28c729
commit 400f9baf6e

View File

@ -17,8 +17,7 @@ toc: false
{%assign count = 0%}
{% assign modified = site.posts | sort: 'last_modified_at' | reverse %}
{% for post in modified %}
{% unless forloop.index0 >= 40 %}
{% assign count = count | plus: 1 %}
{% include archive-single.html type='list' %}
{% unless forloop.index0 >= 50 %}
{% include archive-single.html type='list' %}
{% endunless %}
{% endfor %}