Sha256: 58ce1b416a50addaabebdbf79407da595ab5c1f9bd8ad585cd47078704327528

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 KB

Contents

<div class="col-xs-12">
    <div class="row equal">
    {% for block in include.object.block_section_content.blocks %}
        <div class="col-xs-12 col-sm-{{include.object.block_section_content.item_width}} block {% if include.object.style %}{{include.object.style}}{% endif %}">
            {% if block.url %}<a href="{{block.url}}">{% endif %}
            <div class="block-inner" {% if block.background_image %}style="background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url({{block.background_image}});"{% endif %}>
                {% if block.title %}
                    {% include core/title.html object=block.title %}
                {% endif %}
                {% if block.text_content %}
                    {% include core/text.html object=block %}
                {% endif %}
                {% if block.buttons %}
                    {% include core/buttons.html object=block.buttons %}
                {% endif %}
            </div>
            {% if block.url %}</a>{% endif%}
        </div>
    {% endfor %}
    </div>
</div>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
jumbo-jekyll-theme-5.6.4 _includes/core/blocks.html
seriously_simple_static_starter-0.7.0 _includes/core/blocks.html
seriously_simple_static_starter-0.6.7 _includes/core/blocks.html
seriously_simple_static_starter-0.6.6 _includes/core/blocks.html
seriously_simple_static_starter-0.6.5 _includes/core/blocks.html
seriously_simple_static_starter-0.6.4 _includes/core/blocks.html
seriously_simple_static_starter-0.6.3 _includes/core/blocks.html
seriously_simple_static_starter-0.6.2 _includes/core/blocks.html
jumbo-jekyll-theme-5.6.3 _includes/core/blocks.html