Sha256: b8e832ecc19e74067fa2ce03ac1131bc2378ef1a8edc21bbbb726b6c46471e37

Contents?: true

Size: 802 Bytes

Versions: 5

Compression:

Stored size: 802 Bytes

Contents

<!-- Header -->
<header id="header"
{% if include.style.class %}class="{{ include.style.class | default: '' }}"{% endif %}
{% if include.style.image %}style="
background-image: url({{ 'assets/css/images/split.curve.svg' | absolute_url }}), url({{ include.style.image.url | absolute_url }});
background-position: {{ include.style.image.position | default: 'right' }} top, {{ include.style.image.position | default: 'right' }} top;
background-size: {{ include.style.image.size | default: 'auto 100vh' }}, {{ include.style.image.size | default: 'auto 100vh' }};"
{% endif %}>
    <a href="{{ '' | absolute_url }}" class="logo">
        <span class="title">
            <strong>{{ include.title }}</strong>
        </span>
        <span class="subtitle"> - {{ include.subtitle }}</span>
    </a>
</header>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.8 _includes/header.html
jekyll-theme-consulting-0.11.7 _includes/header.html
jekyll-theme-consulting-0.11.6 _includes/header.html
jekyll-theme-consulting-0.11.5 _includes/header.html
jekyll-theme-consulting-0.11.4 _includes/header.html