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.field_people_social_media }}
+
+
-{{ 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. #}