Move email info for people into flow section
This commit is contained in:
parent
18e4c80517
commit
54f9945471
1 changed files with 12 additions and 1 deletions
|
|
@ -132,8 +132,19 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<section class="section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="flow content">
|
||||||
|
<div class="flow_middle sharing">
|
||||||
|
{{ content.field_people_email }}
|
||||||
|
{{ content.field_people_public_gpg_key }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- Unexpected extra content -->
|
<!-- Unexpected extra content -->
|
||||||
{{ content|without('field_body_paragraph', 'field_image', 'field_people_position', 'field_people_type', 'field_summary', 'uid', 'created') }}
|
{{ content|without('field_body_paragraph', 'field_image', 'field_people_email', 'field_people_public_gpg_key', 'field_people_position', 'field_people_type', 'field_summary', 'uid', 'created') }}
|
||||||
|
|
||||||
{% if walls_up == true %}
|
{% if walls_up == true %}
|
||||||
{# If the flow sides are still up after all is said and done, close 'em up. #}
|
{# If the flow sides are still up after all is said and done, close 'em up. #}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue