add thumbnails publication
This commit is contained in:
+10
-22
@@ -73,27 +73,15 @@
|
|||||||
*/
|
*/
|
||||||
#}
|
#}
|
||||||
<article{{ attributes }}>
|
<article{{ attributes }}>
|
||||||
|
<div{{ content_attributes }}>
|
||||||
{{ title_prefix }}
|
<a href="{{ url }}">
|
||||||
{% if label and not page %}
|
<div class="__media">
|
||||||
<h2{{ title_attributes }}>
|
{{content.field_ajouter_un_media}}
|
||||||
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
|
</div>
|
||||||
</h2>
|
<div class="__info">
|
||||||
{% endif %}
|
{{ label|raw }}
|
||||||
{{ title_suffix }}
|
{{content.field_complement_d_info|raw}}
|
||||||
|
</div>
|
||||||
{% if display_submitted %}
|
</a>
|
||||||
<footer>
|
|
||||||
{{ author_picture }}
|
|
||||||
<div{{ author_attributes }}>
|
|
||||||
{% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
|
|
||||||
{{ metadata }}
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<div{{ content_attributes }}>
|
|
||||||
{{ content }}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user