Sha256: b899ce4a24e9f68bf21771c83726773b29e3ebc88d1683a5fb23a3dcc82a67c9

Contents?: true

Size: 483 Bytes

Versions: 1

Compression:

Stored size: 483 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 | relative_url }}') 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.1 _includes/hero.html