integs cat posts from 5 to 4
This commit is contained in:
parent
045c7106c8
commit
ffdc7c0a80
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue