application de la nouvelle identité sur toutes les pages

This commit is contained in:
2026-06-01 22:10:03 +02:00
parent a4cc0ef538
commit b52190eff6
44 changed files with 1369 additions and 907 deletions

View File

@@ -68,23 +68,23 @@
* @ingroup themeable
*/
#}
<article{{ attributes }} class="actu_full fullpage">
{# En-tête hors colonne blanche (cf. node--projet pour le pattern). #}
<div class="page-header-outside">
<div class="retour_actus">
<a href="/actualites">← Retour aux actualités</a>
</div>
<h2{{ title_attributes }}>{{ label }}</h2>
{{ content.field_sous_titre }}
</div>
<article{{ attributes }} class="actu_full fullpage">
<div class="article_meta">
{{ content.field_date }}
{{ content.field_type_d_actualite }}
</div>
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
<div{{ content_attributes }}>
{{ content|without('field_date', 'field_type_d_actualite') }}
{{ content|without('field_date', 'field_type_d_actualite', 'field_sous_titre') }}
</div>
</article>