fix tamporaire bug actu carroussel

This commit is contained in:
2025-03-03 17:25:43 +01:00
parent 7176f2d82d
commit f745ce2f6c
5 changed files with 128 additions and 51 deletions

View File

@@ -93,19 +93,20 @@
{# </div> #}
{% block content %}
<a href="{{ url }}" rel="bookmark">{{ label }}
{{content.field_images}}
<div class="infos-actu">
{{content.field_type_d_actualite}}
{{content.field_date}}
</div>
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
{{content.body}}
{{content.field_liens}}
{{content.field_images}}
{{content.field_title}}
{{content.field_liens}}
</a>
{% endblock %}