diff --git a/agaric/templates/layout/node--people--full.html.twig b/agaric/templates/layout/node--people--full.html.twig index 1ce7d4e..2b082d0 100644 --- a/agaric/templates/layout/node--people--full.html.twig +++ b/agaric/templates/layout/node--people--full.html.twig @@ -96,7 +96,7 @@

{{ label }}

-

{{ content.field_people_position }}

+

{{ content.field_people_type }}/{{ content.field_people_position }}

{{ content.body }}
@@ -132,7 +132,7 @@ {% endif %} -{{ 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. #}