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