application de la nouvelle identité sur toutes les pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user