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