added images to calendrier
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user