désactive js actus caroussel pour accès contenu

This commit is contained in:
2025-03-03 15:48:39 +01:00
parent 91f248bfd7
commit 7176f2d82d
5 changed files with 33 additions and 24 deletions

View File

@@ -92,13 +92,19 @@
{# {{ content }} #}
{# </div> #}
{% block content %}
<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}}
{% endblock %}