add footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user