Sha256: 76a8dd57b8759b98b325a323513d66b12537a6566c6aaf780b05b5a472242330

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

<section class="hero-wrapper">
  <div class="hero-wrapper-container">
    <div class="hero-img">
    </div>
    <div class="hero-text">
      <h1 class="hero-title">{{ heading | default: site.title | escape }}</h1>
      <h2 class="hero-desc">{{ subheading | default: site.description | escape }}</h2>
      <a class="button" href="{{ '/about' | prepend: site.baseurl | prepend: site.url }}">Read More</a>
    </div>
  </div>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bajawa-0.1.0 _includes/hero.html