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

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

Loading…
Cancel
Save