_includes/banner.html in jekyll-theme-consulting-0.10.16 vs _includes/banner.html in jekyll-theme-consulting-0.10.17
- old
+ new
@@ -1,9 +1,9 @@
<!-- Banner -->
<section id="banner"
{%- if include.style -%}
class="{{ include.style.class | default: '' }}"
-style="background-image: url({{ include.style.image | absolute_url }}); background-position: {{ include.style.position | default: center }} -5em; background-size: {{ include.style.size | default: 100% auto }};"
+style="background-image: url({{ include.style.image | absolute_url }}); background-position: {{ include.style.position | default: 'center' }} -5em; background-size: {{ include.style.size | default: '100% auto' }};"
{% endif %}>
<div class="content">
<header>
<h1>{{ include.title }}</h1>
{% if include.subtitle %}<p>{{ include.subtitle }}</p>{% endif %}