fix search template

This commit is contained in:
Simon Vieille 2021-11-29 14:35:05 +01:00
parent 4fa4a235a0
commit 0ff0487f18

View file

@ -21,7 +21,7 @@
<hr class="col-12">
{% endif %}
{{ include('blog/post/_post.html.twig', {post: post}) }}
{{ include('page/post/_post.html.twig', {post: post}) }}
{% endfor %}
{% if pager.getPaginationData.pageCount > 1 %}