Sha256: 8612493c1e451832a31b70f4b8ccaffb63c72553d291c0a101df4a51af35dec5

Contents?: true

Size: 821 Bytes

Versions: 2

Compression:

Stored size: 821 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">
            <h1 class="title is-1">{{ page.title }}</h1>
            <p class="subtitle is-3">{{ page.subtitle }}</p>
            {% if page.hero_link %}
                <a href="{{ page.hero_link | relative_url }}" class="button {%if page.hero_link_style %} {{ page.hero_link_style }} {% else %} is-light {% endif %} is-outlined is-rounded is-medium">{{ page.hero_link_text }}</a>
            {% endif %}
        </div>
    </div>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-opentoolbox-1.1.0 _includes/hero.html
jekyll-theme-opentoolbox-1.0.8 _includes/hero.html