new theme modern2

This commit is contained in:
merdan 2021-05-10 17:16:34 +05:00
parent ce7690ae72
commit a9a0120ee6
1 changed files with 1 additions and 6 deletions

View File

@ -22,12 +22,7 @@
</div>
</div>
<div class="event__body-column">
{% for post_item in category.posts_filtered.splice(0,3)%}
{% partial 'index/post_item' post = post_item category = category %}
{% endfor %}
</div>
<div class="event__body-column">
{% for post_item in category.posts_filtered %}
{% for post_item in category.posts_filtered.slice(0,2)%}
{% partial 'index/post_item' post = post_item category = category %}
{% endfor %}
</div>