From f26fbe65528094414e0d89da23015a3c6cf4f798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 16 Dec 2018 11:52:50 -0500 Subject: [PATCH] Bring person node paragraphs in line with regular node paragraph handling --- agaric/templates/layout/node--people--full.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agaric/templates/layout/node--people--full.html.twig b/agaric/templates/layout/node--people--full.html.twig index 758b912..360a06c 100644 --- a/agaric/templates/layout/node--people--full.html.twig +++ b/agaric/templates/layout/node--people--full.html.twig @@ -106,7 +106,6 @@ {% endif %} {% set bust_out = false %} -{% set busted_out = false %} {% set walls_up = false %} {% if content.field_body_paragraph %} @@ -115,7 +114,7 @@ {% if paragraph['#paragraph'].field_style_escape_flow.value is not empty %} {% set bust_out = paragraph['#paragraph'].field_style_escape_flow.value %} {% endif %} - {% if bust_out != true and busted_out != true %} + {% if walls_up == false and bust_out == false %} {# We need to be in the flow but the lugeslide walls aren't up yet #}