Move back to correct working path now that we've fixed that path

See https://www.drupal.org/project/drupal/issues/2881195
This commit is contained in:
benjamin melançon 2018-10-22 16:07:19 -04:00
parent 4ac8d50e8a
commit 3644cb370c

View file

@ -12,6 +12,9 @@
#}
{% set bundle = content['#node'].bundle %}
{{ dump(content['#ds_configuration']['layout']) }}
{% set header_section_attributes = create_attribute({'class': ['hero', 'is-dark']}) %}
{% if is_front %}
{# TODO set a variable for background image so we can use base_path rather than / #}