From 54f994547171448609a0ec07775437dafd6f9b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 12 Mar 2026 12:24:19 -0400 Subject: [PATCH] Move email info for people into flow section --- .../templates/layout/node--people--full.html.twig | 13 ++++++++++++- 1 file changed, 12 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 fd56534..4903718 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 @@ -132,8 +132,19 @@ {% endfor %} {% endif %} +
+
+
+ +
+
+
+ -{{ 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 the flow sides are still up after all is said and done, close 'em up. #}