Sha256: 90e79d96df5c4bad2620586d7113e541e8760490494867cc2f98694f2cea6f98

Contents?: true

Size: 715 Bytes

Versions: 3

Compression:

Stored size: 715 Bytes

Contents

<section class="hero {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} is-bold is-primary" {% if page.hero_image %} style="background: url('{{ page.hero_image }}') no-repeat center center; background-size: cover;" {% endif %}>
    <div class="hero-body {% if page.hero_darken %} hero-darken {% endif %}">
        <div class="container">
            <p class="title is-2">{{ page.title }}</p>
            <p class="subtitle is-3">{{ page.subtitle }}</p>
            {% if page.hero_link %}
                <a href="{{ page.hero_link | prepend: site.baseurl  }}" class="button is-info is-large">{{ page.hero_link_text }}</a>
            {% endif %}
        </div>
    </div>
</section>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
bulma-clean-theme-0.7.2 _includes/hero.html
bulma_blog_private_server-0.1.3 _includes/hero.html
bulma-clean-theme-0.7.1 _includes/hero.html