Sha256: 93cb3b704ff90c4cebcbb123366c6fd5f6fb6b155affd21c88366daa2e2316ce

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

<section class="main-container-above">
    <div class="region region-content-above">
        {%- if include.cover -%}
        <div id="block-vlizdynamicherotitle" class="block block-vliz-helpers block-vliz-dynamic-hero-title-block">

            <div class="page-title-hero-container">
                <div class="field field--name-field-hero-title field--type-string field--label-hidden field__items">
                    {{ include.title }}
                </div>

                <div class="hero-media field field--name-field-hero-background field--type-entity-reference field--label-hidden field__items"
                    {%if include.opacity %}style="opacity: {{include.opacity}}; " {% endif %}>
                    <img src="{{ include.cover }}" alt="{{ include.title }}" loading="lazy" typeof="foaf:Image"
                        width="2736" height="572">
                </div>

            </div>

        </div>
        {%- else -%}
        <h2 class="page-title">{{ include.title }}</h2>
        {%- endif -%}
    </div>
</section>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vliz-be-theme-0.4.4 _includes/title_cover/main.html
vliz-be-theme-0.4.3 _includes/title_cover/main.html
vliz-be-theme-0.4.1 _includes/title_cover/main.html
vliz-be-theme-0.4.0 _includes/title_cover/main.html