integs cat posts from 5 to 4

This commit is contained in:
merdan 2021-10-11 12:09:42 +05:00
parent 045c7106c8
commit ffdc7c0a80
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[viewBag]
==
{% set posts = category.take_posts(5) %}
{% set posts = category.take_posts(4) %}
<div class="main__body-column">
<div class="main__body-header">
<div class="main__body-header-title">
@ -37,4 +37,4 @@
{% partial 'index/category_post_item' post = post %}
{% endfor %}
</div>
</div>
</div>