more related posts on main

This commit is contained in:
2024-04-29 10:34:00 +02:00
parent dd1e48c5d8
commit 2ed03886a3

View File

@ -14,7 +14,7 @@ layout: archive
{% assign entries_layout = page.entries_layout | default: 'list' %} {% assign entries_layout = page.entries_layout | default: 'list' %}
<div class="entries-{{ entries_layout }}"> <div class="entries-{{ entries_layout }}">
{% for post in posts limit: 8%} {% for post in posts limit: 10%}
{% include archive-single.html type=entries_layout %} {% include archive-single.html type=entries_layout %}
{% endfor %} {% endfor %}
</div> </div>