Sha256: e2ebeccaef05ab8855de5e0606d574be61b42f7c34b8c9561267f83a57e722ea

Contents?: true

Size: 1.72 KB

Versions: 4

Compression:

Stored size: 1.72 KB

Contents

<div class="views-row">
    <article role="article" about="{{include.item.clickthrough_url}}" 
             class="node node--type-news node--promoted node--view-mode-teaser">
        <div class="node__content included-item">
            <div class="before">
                <a href="{{ include.item.clickthrough_url }}" hreflang="nl" target="_blank"> 
                    <img loading="lazy" src="{{ include.item.image | relative_url }}"
                        width="600" height="450" alt="{{ include.item.title }}" title="{{include.item.title}}"
                        typeof="foaf:Image" class="image-style-medium-cropped" />
                </a>
            </div>
            <div class="main">
                <div class="main-inner">
                    {% for tag in include.item.tags %}
                    <a href="#" class="field__news_teaser">{{tag}}</a>
                    {% endfor %}
                    <h3>
                        <a href="{{ include.item.clickthrough_url }}" hreflang="nl" target="_blank"><span
                                class="field field--name-title field--type-string field--label-hidden">{{include.item.title}}</span>
                        </a>
                    </h3>
                    {% if include.item.date %}
                    <div class="node-date">
                        {{include.item.date}}
                    </div>
                    {% endif %}
                    <div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__articles">
                        {{ include.item.description }}
                    </div>
                </div>
            </div>
        </div>
    </article>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vliz-be-theme-0.4.4 _includes/item/list/gallery/item.html
vliz-be-theme-0.4.3 _includes/item/list/gallery/item.html
vliz-be-theme-0.4.1 _includes/item/list/gallery/item.html
vliz-be-theme-0.4.0 _includes/item/list/gallery/item.html