Print the person type (e.g., worker owner) also
This commit is contained in:
parent
4d7c5d17ed
commit
49971de7ab
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@
|
|||
<h1 class="title">{{ label }}</h1>
|
||||
</div>
|
||||
<div class="hero-body">
|
||||
<h2 class="subtitle">{{ content.field_people_position }}</h2>
|
||||
<h2 class="subtitle">{{ content.field_people_type }}/{{ content.field_people_position }}</h2>
|
||||
{{ content.body }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -132,7 +132,7 @@
|
|||
{% endif %}
|
||||
|
||||
<!-- Unexpected extra content -->
|
||||
{{ content|without('field_body_paragraph', 'field_image', 'field_people_position', 'body', 'uid', 'created') }}
|
||||
{{ content|without('field_body_paragraph', 'field_image', 'field_people_position', 'field_people_type', 'body', 'uid', 'created') }}
|
||||
|
||||
{% if walls_up == true %}
|
||||
{# If the flow sides are still up after all is said and done, close 'em up. #}
|
||||
|
|
Loading…
Reference in a new issue