added images to calendrier

This commit is contained in:
2026-09-17 18:29:20 +02:00
parent 5bb79a6d5f
commit 82cd81ab2d
5 changed files with 46 additions and 9 deletions
@@ -79,11 +79,14 @@
{# {{ title_suffix }} #}
<div{{ content_attributes.addClass('content') }}>
<section{{ content_attributes.addClass('content') }}>
<h2{{ title_attributes.addClass('node-title') }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
{{ content|without('field_dates') }}
</div>
{{ content|without('field_dates')|without('field_images') }}
</section>
<section class="last-cel">
{{ content.field_images }}
</section>
</article>