new theme modern2
This commit is contained in:
parent
ce7690ae72
commit
a9a0120ee6
|
|
@ -22,15 +22,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="event__body-column">
|
||||
{% for post_item in category.posts_filtered.splice(0,3)%}
|
||||
{% for post_item in category.posts_filtered.slice(0,2)%}
|
||||
{% partial 'index/post_item' post = post_item category = category %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="event__body-column">
|
||||
{% for post_item in category.posts_filtered %}
|
||||
{% partial 'index/post_item' post = post_item category = category%}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue