bug fix angenda+sidebar
This commit is contained in:
@@ -16,13 +16,15 @@
|
||||
{% include 'partials/taxonomylist.html.twig' with {base_url: my_url, taxonomy: 'tag'} %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="body-wrapper">
|
||||
{% block item %}
|
||||
{% for child in collection.order('folder','asc') %}
|
||||
{% if child.header.date_begin|date("ymd") >= "now"|date("ymd") %}
|
||||
{% for child in collection.order('date','asc') %}
|
||||
{% if child.header.date|date("ymd") >= "now"|date("ymd") %}
|
||||
{% include 'partials/cal-list-event.html.twig' with {blog: page, page: child} %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{{date_b}}
|
||||
{% endblock %}
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user