You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
666 B
11 lines
666 B
<section id="{{ id }}" class="section hero {{ page.header.hero_classes }} {{ page.header.background.parallax ? 'parallax' : '' }}"
|
|
style="background:
|
|
{% if hero_image %}url({{ hero_image.url }}) {{ hero_position }}% bottom/{{ hero_size }} no-repeat{% endif %}
|
|
{% if hero_background_image %}, url({{ hero_background_image.url }}) repeat{% endif %}
|
|
{% if hero_background_color %} {{ hero_background_color }}{% endif %};">
|
|
<div class="image-overlay"></div>
|
|
<section class="container {{ grid_size }}" style="text-align: {{ page.header.hero_align|default('center') }}">
|
|
{{ content }}
|
|
</section>
|
|
</section>
|