filter ok
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
{% for child in page.find('/agenda').children %}
|
||||
|
||||
{% if child.header.date_end|date("d/m/y") <= "now"|date("d/m/y") %}
|
||||
{{child.title}}
|
||||
{% include 'partials/cal-list-event.html.twig' with {blog: page, page: child} %}
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user