Sha256: 3865ae564650eddb66f960de9ec2f6907c666cf5e5e5aad9b7826dd7cb45a1a8

Contents?: true

Size: 843 Bytes

Versions: 3

Compression:

Stored size: 843 Bytes

Contents

<div class="views-row">
    <article role="article" about="{{item.clickthrough_url}}"
        class="node node--type-jobs node--promoted node--view-mode-teaser">
        <h2>
            {% if item.clickthrough_url contains 'http' %}
            <a href="{{item.clickthrough_url}}" {% else %} <a href="{{site.baseurl}}{{item.clickthrough_url}}" {% endif
                %} rel="bookmark"><span
                    class="field field--name-title field--type-string field--label-hidden">{{item.title}}</span>
            </a>
        </h2>
        <div class="node__content">
            <div class="field field--name-field-teaser field--type-string-long field--label-hidden field__items">
                <p>
                    {{item.description}}
                </p>
            </div>
        </div>
    </article>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vliz-be-theme-0.3.0 _includes/no_bg_colored_blocks/item.html
vliz-be-theme-0.2.0 _includes/no_bg_colored_blocks/item.html
vliz-be-theme-0.1.0 _includes/no_bg_colored_blocks/item.html