pull/16/head
Corentin RICHARD 11 months ago
parent 931275435b
commit 0df65456c1

@ -43,7 +43,7 @@
{% if posts|length > 0 %} {% if posts|length > 0 %}
<ul> <ul>
{% for post in posts %} {% for post in posts %}
{% include 'post/post.html.twig' with {'post': post} %} {% include 'post/post_mini.html.twig' with {'post': post} %}
{% endfor %} {% endfor %}
</ul> </ul>
{% endif %} {% endif %}

Loading…
Cancel
Save