début du thème, footer et header en mobile

This commit is contained in:
Valentin
2023-12-06 17:06:45 +01:00
parent b258cc3181
commit a08922d8be
19 changed files with 644 additions and 12 deletions

View File

@@ -68,10 +68,17 @@
* @ingroup themeable
*/
#}
<article{{ attributes }}>
<article{{ attributes }} class="actu_full">
<div class="retour_actus">
← Retour aux actualités
</div>
<div class="article_meta">
{{ content.field_date }}
{{ content.field_type_d_actualite }}
</div>
{{ content.field_date }}
{{ content.field_type_d_actualite }}
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>

View File

@@ -70,11 +70,16 @@
#}
<article{{ attributes }}>
{{ content.field_image }}
{{ content.field_date }}
{{ content.field_type_d_actualite }}
<div class="preview_date">
{{ content.field_date }}
</div>
<div class="preview_type">
{{ content.field_type_d_actualite }}
</div>
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
{{ content.field_sous_titre }}
<div class="preview_sous_titre">
{{ content.field_sous_titre }}
</div>
</article>