Sha256: 082d4dec19bebd69522661e0952b130080edd079046c57086b254efb4fe7e16d

Contents?: true

Size: 877 Bytes

Versions: 15

Compression:

Stored size: 877 Bytes

Contents

{%- assign class = include.background.class | default: header.class | default: banner.class | default: '' -%}

<div id="header-background" class="{{ class | default: '' }}"
{% if include.background.image %}style="
background-image: url({{ 'assets/css/images/split.curve.wide.svg' | absolute_url }}), url({{ include.background.image.url | absolute_url }});
background-position: center top, {{ include.background.image.position | default: 'right' }} top;
background-size: cover, {{ include.background.image.size | default: '66% 100%' }};"
{% endif %}>
    {%- if include.header -%}
    {% include header.html title=header.title subtitle=header.subtitle class=class %}
    {%- endif -%}
    {%- if include.banner -%}
    {% include banner.html title=banner.title subtitle=banner.subtitle description=banner.description button=banner.button class=class %}
    {%- endif -%}
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.24 _includes/front.html
jekyll-theme-consulting-0.11.23 _includes/front.html
jekyll-theme-consulting-0.11.22 _includes/front.html
jekyll-theme-consulting-0.11.21 _includes/front.html
jekyll-theme-consulting-0.11.20 _includes/front.html
jekyll-theme-consulting-0.11.19 _includes/front.html
jekyll-theme-consulting-0.11.18 _includes/front.html
jekyll-theme-consulting-0.11.17 _includes/front.html
jekyll-theme-consulting-0.11.15 _includes/front.html
jekyll-theme-consulting-0.11.14 _includes/front.html
jekyll-theme-consulting-0.11.13 _includes/front.html
jekyll-theme-consulting-0.11.12 _includes/front.html
jekyll-theme-consulting-0.11.11 _includes/front.html
jekyll-theme-consulting-0.11.10 _includes/front.html
jekyll-theme-consulting-0.11.9 _includes/front.html