Remove meaningless setting and use meaningful one; fixes one page at least
This commit is contained in:
parent
2afb27503d
commit
7a286515ab
1 changed files with 1 additions and 2 deletions
|
@ -103,7 +103,6 @@
|
|||
{% endif %}
|
||||
|
||||
{% set bust_out = false %}
|
||||
{% set busted_out = false %}
|
||||
{% set walls_up = false %}
|
||||
|
||||
{% if content.field_body_paragraph %}
|
||||
|
@ -112,7 +111,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 != true %}
|
||||
{# We need to be in the flow but the lugeslide walls aren't up yet #}
|
||||
<section class="section" data-headerbg="light">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in a new issue