add footer

This commit is contained in:
2020-07-06 17:53:39 +02:00
parent 18c6d3a67a
commit 03559a7b76
5 changed files with 180 additions and 21 deletions
@@ -73,26 +73,16 @@
*/
#}
<article{{ attributes }} id="presentation">
{{ title_prefix }}
{% if label and not page %}
<h2{{ title_attributes }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
{% endif %}
{{ title_suffix }}
{% if display_submitted %}
<footer>
{{ author_picture }}
<div{{ author_attributes }}>
{% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
{{ metadata }}
</div>
</footer>
{% endif %}
<div{{ content_attributes }}>
{{ content }}
<div class="__hero">
{{content.field_image}}
</div>
<div class="__wrapper d-flex">
<div class="__wrap_side">
{% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
</div>
<div class="__wrap_content">
{{content.body}}
{{content.field_les_notes}}
</div>
</div>
</article>