Sha256: d18c968c18fc9f1ba3ea66f7ec2ee2444f34ece88c08fae9abd783d72c22fb4c

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 Bytes

Contents

<!-- Banner -->
<section id="banner" class="{{ include.class | default: '' }}">
  <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 primary big">{{ include.button.label | default: 'Ask for advice!' }}</a></li>
    </ul>
  </div>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.10 _includes/banner.html
jekyll-theme-consulting-0.11.9 _includes/banner.html