Sha256: 1d08092a4f7511900af8293e05cf8dde32524f289d376d2f83d69577bf28356d

Contents?: true

Size: 1.21 KB

Versions: 18

Compression:

Stored size: 1.21 KB

Contents

<div class="row feature__block p-t-50 p-b-50">
    <div class="container">
        <div class="row">
            <div class="col-md-7 block__image order-md-{% if include.object.format == "right" %}2{% else %}1{% endif %}">
                {% assign block_image = include.object.image.path | replace: '/assets/images/','' %}
                {% picture feature_block_image {{block_image}} alt=include.object.image.alt %}
            </div>
            <div class="col-md-5 block__text order-md-{% if include.object.format == "right" %}1{% else %}2{% endif %}">
                <h2>{{include.object.title}}</h2>
                {% if include.object.highlight-text %}
                    <div class="font-weight-bold">
                        {{include.object.highlight-text | markdownify }}
                    </div>
                {% endif %}
                {{include.object.text | markdownify}}
                {% if include.object.buttons %}
                    {% for btn in include.object.buttons %}
                        <a class="btn btn-lg {% if btn.class %}{{btn.class}}{% endif %}" href="{{btn.url}}">{{btn.title}}</a>
                    {% endfor %}
                {% endif %}
            </div>
        </div>
    </div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
seriously_simple_static_starter-0.5.1 _includes/feature-block.html
seriously_simple_static_starter-0.5.0 _includes/feature-block.html
seriously_simple_static_starter-0.4.0 _includes/feature-block.html
seriously_simple_static_starter-0.3.1 _includes/feature-block.html
seriously_simple_static_starter-0.3.0 _includes/feature-block.html
seriously_simple_static_starter-0.2.9.1 _includes/feature-block.html
seriously_simple_static_starter-0.2.9 _includes/feature-block.html
seriously_simple_static_starter-0.2.8 _includes/feature-block.html
seriously_simple_static_starter-0.2.7 _includes/feature-block.html
seriously_simple_static_starter-0.2.6 _includes/feature-block.html
seriously_simple_static_starter-0.2.5 _includes/feature-block.html
seriously_simple_static_starter-0.2.4 _includes/feature-block.html
seriously_simple_static_starter-0.2.3 _includes/feature-block.html
seriously_simple_static_starter-0.2.2 _includes/feature-block.html
seriously_simple_static_starter-0.2.1 _includes/feature-block.html
seriously_simple_static_starter-0.2.0 _includes/feature-block.html
seriously_simple_static_starter-0.1.2 _includes/feature-block.html
seriously_simple_static_starter-0.1.1 _includes/feature-block.html