Sha256: c5097711519ca64f54c3b847660fddab7390f1c65bf55c014a300f0da4ba2f5a
Contents?: true
Size: 864 Bytes
Versions: 3
Compression:
Stored size: 864 Bytes
Contents
<div class="col-6 col-lg-{{colw}} field__item"> <div class="paragraph paragraph--type--image-link paragraph--view-mode--default"> <div class="field field--name-field-image field--type-image field--label-hidden field__items"> <a href="{{ topic.clickthrough_url }}"><img loading="lazy" {% if topic.image contains 'http'%} src="{{ topic.image }}" {% else %} src="{{ site.baseurl }}{{ topic.image }}" {% endif %} width="600" height="450" alt="{{topic.title}}" typeof="Image" class="image-style-medium-cropped" /></a> </div> <h3 class="field field--name-field-title field--type-string field--label-hidden field__items"> <a href="{{topic.clickthrough_url}}">{{topic.title}}</a> </h3> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vliz-be-theme-0.3.0 | _includes/banner/topic.html |
vliz-be-theme-0.2.0 | _includes/banner/topic.html |
vliz-be-theme-0.1.0 | _includes/banner/topic.html |