Sha256: 2928273af3dbe08bda3b77a936d9c866f93d5f13328afd48ad039bc9549d25b3

Contents?: true

Size: 1.4 KB

Versions: 4

Compression:

Stored size: 1.4 KB

Contents

<div class="views-row">
    <article role="article" about="{{card.clickthrough_url}}"
        class="node node--type-news node--promoted node--view-mode-teaser">
        <div class="node__content">
            <div class="before">
                <a href="{{ include.card.clickthrough_url }}" hreflang="nl" target="_blank"><img loading="lazy"
                    src="{{ include.card.image | relative_url }}"
                    width="600" height="450" alt="{{ card.title }}"
                    title="{{card.title}}" typeof="foaf:Image"
                    class="image-style-medium-cropped" /></a>
            </div>
            <div class="main">
                <div class="main-inner">
                    {% for tag in include.card.tags %}
                        {% if tag %}
                            <a href="#" class="field__news_teaser">{{ tag }}</a>
                        {% endif %}
                    {% endfor %}
                    <h3>
                        <a href="{{ include.card.clickthrough_url }}" hreflang="nl" target="_blank"><span
                            class="field field--name-title field--type-string field--label-hidden">{{ include.card.title }}</span>
                        </a>
                    </h3>
                    <div class="node-date">{{include.card.date}}</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/no_block_gallery_cards/card.html
vliz-be-theme-0.4.3 _includes/no_block_gallery_cards/card.html
vliz-be-theme-0.4.1 _includes/no_block_gallery_cards/card.html
vliz-be-theme-0.4.0 _includes/no_block_gallery_cards/card.html