Sha256: 52db12ef73ae4852d65c02e84630b2b89d77e202968693e755e0ab1130d2cfeb

Contents?: true

Size: 1.66 KB

Versions: 4

Compression:

Stored size: 1.66 KB

Contents

<div class="views-row">
    <article role="article" about="{{ include.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="{{ include.card.title }}" title="{{ include.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 class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__articles">
                        {{ include.card.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/only_block_gallery_cards/card.html
vliz-be-theme-0.4.3 _includes/only_block_gallery_cards/card.html
vliz-be-theme-0.4.1 _includes/only_block_gallery_cards/card.html
vliz-be-theme-0.4.0 _includes/only_block_gallery_cards/card.html