Sha256: c7ab8e6a6bb0322ec53449b98ea5e189c18b467d173516ec38f3989b394375c9

Contents?: true

Size: 707 Bytes

Versions: 19

Compression:

Stored size: 707 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-2">{{ page.title }}</h1>
            <p class="subtitle is-3">{{ page.subtitle }}</p>
            {% if page.hero_link %}
                <a href="{{ page.hero_link | relative_url }}" class="button is-info is-large">{{ page.hero_link_text }}</a>
            {% endif %}
        </div>
    </div>
</section>

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
bulma-clean-theme-0.13.3 _includes/hero.html
bulma-clean-theme-0.13.2 _includes/hero.html
mgm-jekyll-bulma-0.1.1 _includes/hero.html
bulma-clean-theme-0.13.1 _includes/hero.html
bulma-clean-theme-0.13 _includes/hero.html
bulma-clean-theme-0.12 _includes/hero.html
bulma-clean-theme-0.11.2 _includes/hero.html
bulma-clean-theme-0.11.1 _includes/hero.html
bulma-clean-theme-0.11 _includes/hero.html
bulma-clean-theme-0.10.6 _includes/hero.html
bulma-clean-theme-0.10.5 _includes/hero.html
bulma-clean-theme-0.10.4 _includes/hero.html
bulma-clean-theme-0.10.3 _includes/hero.html
bulma-clean-theme-0.10.2 _includes/hero.html
bulma-clean-theme-0.10.1 _includes/hero.html
bulma-clean-theme-0.10 _includes/hero.html
bulma-clean-theme-0.9.2 _includes/hero.html
bulma-clean-theme-0.9.1 _includes/hero.html
bulma-clean-theme-0.9 _includes/hero.html