Sha256: e5f0f09422e79c16478690f9939bc6a316ff4b4b5d7b4ac2880414984fbf55e4
Contents?: true
Size: 665 Bytes
Versions: 12
Compression:
Stored size: 665 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"> <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
12 entries across 12 versions & 1 rubygems