Sha256: 675d36703bcf17f14d2fdc612e864b6b92c6b1fec6b96cfd40350611b33c01ae

Contents?: true

Size: 633 Bytes

Versions: 17

Compression:

Stored size: 633 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 scrolly">{{ include.button.label | default: 'Ask for advice!' }}</a></li>
    </ul>
  </div>
</section>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.6.9 _includes/banner.html
jekyll-theme-consulting-0.6.8 _includes/banner.html
jekyll-theme-consulting-0.6.7 _includes/banner.html
jekyll-theme-consulting-0.6.6 _includes/banner.html
jekyll-theme-consulting-0.6.5 _includes/banner.html
jekyll-theme-consulting-0.6.4 _includes/banner.html
jekyll-theme-consulting-0.6.3 _includes/banner.html
jekyll-theme-consulting-0.6.2 _includes/banner.html
jekyll-theme-consulting-0.6.1 _includes/banner.html
jekyll-theme-consulting-0.6.0 _includes/banner.html
jekyll-theme-consulting-0.5.0 _includes/banner.html
jekyll-theme-consulting-0.4.6 _includes/banner.html
jekyll-theme-consulting-0.4.5 _includes/banner.html
jekyll-theme-consulting-0.4.4 _includes/banner.html
jekyll-theme-consulting-0.4.3 _includes/banner.html
jekyll-theme-consulting-0.4.2 _includes/banner.html
jekyll-theme-consulting-0.4.1 _includes/banner.html