Sha256: db2483ad4c0fd2da89aaaee9b2f147633bb917768ba16ee16f50af4baa222086

Contents?: true

Size: 604 Bytes

Versions: 14

Compression:

Stored size: 604 Bytes

Contents

<div class="row {% if include.object.style %}{{include.object.style}}{% endif %}
{% if include.object.background_image %}background_image_row text-white{% endif %}">
{% if include.object.background_image %}
    {% assign row_background_image = include.object.background_image | remove_first: "/assets/images/" %}
    {% capture row_background_image_alt %}background image{% endcapture %}
    {% picture header_image {{row_background_image}} --alt {{block_image_alt}} %}
{% endif %}
    <div class="container">
        {% include flow/flow_inner.html sections=include.object.sections %}
    </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-6.0.0.5 _includes/flow/container_row.html
jumbo-jekyll-theme-6.0.0.4 _includes/flow/container_row.html
jumbo-jekyll-theme-6.0.0.3 _includes/flow/container_row.html
jumbo-jekyll-theme-6.0.0.2 _includes/flow/container_row.html
jumbo-jekyll-theme-6.0.0.1 _includes/flow/container_row.html
jumbo-jekyll-theme-6.0.0.0 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0.7 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0.6 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0.5 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0.4 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0.3 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0.2 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0.1 _includes/flow/container_row.html
jumbo-jekyll-theme-5.7.0 _includes/flow/container_row.html