début du thème, footer et header en mobile
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user