Sha256: 699082e9ce6b7fd4a41cc4ae680953b32888081caa44fca7583eac125a1b1a74

Contents?: true

Size: 1013 Bytes

Versions: 11

Compression:

Stored size: 1013 Bytes

Contents

<div class="col-xs-12">
    <div class="row equal">
    {% for block in include.object.content %}
        <div class="col-xs-12 col-sm-{{include.object.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 %}
                    {% include core/text.html object=block.text %}
                {% 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

11 entries across 11 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-5.5.2 _includes/core/blocks.html
jumbo-jekyll-theme-5.5.1 _includes/core/blocks.html
jumbo-jekyll-theme-5.5.0 _includes/core/blocks.html
jumbo-jekyll-theme-5.4.0 _includes/core/blocks.html
jumbo-jekyll-theme-5.3.4 _includes/core/blocks.html
jumbo-jekyll-theme-5.3.3 _includes/core/blocks.html
jumbo-jekyll-theme-5.3.2 _includes/core/blocks.html
jumbo-jekyll-theme-5.3.1 _includes/core/blocks.html
jumbo-jekyll-theme-5.3.0 _includes/core/blocks.html
jumbo-jekyll-theme-5.2.1 _includes/core/blocks.html
jumbo-jekyll-theme-5.2.0 _includes/core/blocks.html