From efffeddc14f1943ee6b491e8ddc3718dd5a364a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 12 Mar 2026 20:44:54 -0400 Subject: [PATCH] Move social media info for people into flow section --- .../agaric/templates/layout/node--people--full.html.twig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--people--full.html.twig b/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--people--full.html.twig index 4903718..f5509e5 100644 --- a/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--people--full.html.twig +++ b/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--people--full.html.twig @@ -140,11 +140,16 @@ {{ content.field_people_public_gpg_key }} +
+ +
-{{ 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') }} +{{ content|without('field_body_paragraph', 'field_image', 'field_people_email', 'field_people_public_gpg_key', 'field_people_position', 'field_people_social_media', 'field_people_type', 'field_summary', 'uid', 'created') }} {% if walls_up == true %} {# If the flow sides are still up after all is said and done, close 'em up. #}