Sha256: f860943ee08688283d9a89b1b0b9c6508197cae3379971df7c64d5384a2bb708

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 Bytes

Contents

<!-- Banner -->
<section id="banner" {% if include.style %}class="{{ include.style.class | default: '' }}" style="background-image: url({{ include.style.image | absolute_url }});"{% endif %}>
  <div class="content">
    <header>
      <h1>{{ include.title }}</h1>
      {% if include.subtitle %}<p>{{ include.subtitle }}</p>{% endif %}
    </header>
    {% if include.description %}<p>{{ include.description }}</p>{% endif %}
    <ul class="actions">
      <li><a href="{{ include.button.url | default: '#' }}" class="button big">{{ include.button.label | default: 'Ask for advice!' }}</a></li>
    </ul>
  </div>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.4.0 _includes/banner.html