Sha256: 4bb4ae64481808ae85d189657aef0459c5cb59e7c89a0440c6d445c674c3db5e

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 Bytes

Contents

<section
  class="hero {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} is-bold is-dark"
  {% if page.image %}
    style="background: url('{{ page.image | prepend: site.baseurl }}') no-repeat center center; background-size: cover;"
  {% endif %}
>
  <div class="hero-body">
    <div class="container">
      <h1 class="title is-2 is-family-secondary">{{ page.title }}</h1>
      <p class="subtitle is-3">{{ page.subtitle }}</p>
    </div>
  </div>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mere-blog-theme-1.0 _includes/hero.html