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