Posters on home

This commit is contained in:
2024-11-10 13:55:11 +01:00
parent 25952cf1f3
commit 1eea19c44c
4 changed files with 4 additions and 4 deletions

View File

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