responsive

This commit is contained in:
2019-05-31 23:37:11 +02:00
parent efc5ac8bdc
commit 1f449767a6
48 changed files with 4228 additions and 73 deletions

View File

@@ -18,8 +18,8 @@
</section>
<section class="body-wrapper">
{% block item %}
{% for child in collection %}
{% if child.header.date_end|date("d/m/y") >= "now"|date("d/m/y") %}
{% for child in collection.order('folder','asc') %}
{% if child.header.date_end|date("ymd") >= "now"|date("ymd") %}
{% include 'partials/cal-list-event.html.twig' with {blog: page, page: child} %}
{% endif %}
{% endfor %}