jekyll-theme-consulting 0.10.16 → 0.10.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/banner.html +1 -1
- data/_includes/header.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a6600521ce6e7494c29f654c29b8643e9e2521452c46d067e0c6e2e8ee3c47e
|
4
|
+
data.tar.gz: 68c745888d1cee38dfefbc68dcbdc90ade1c8220b9b6eb25e82b440d77f024b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 201436f58c2613941ed786337b18f2d031df5072d7ddb9a907b4b9c245d665ac941ccd949c98895e332a6e16fe27b127fcc4cd92537c71309b22cd606fb97200
|
7
|
+
data.tar.gz: fe25037362e642e821d56fbc3efaeaf40b70a86a07fdd751d1c5501ed40719f837f339b066efba0ad8076a2b391a2e39e4f5e365c63d9a416e9cd7e874660d8e
|
data/_includes/banner.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<section id="banner"
|
3
3
|
{%- if include.style -%}
|
4
4
|
class="{{ include.style.class | default: '' }}"
|
5
|
-
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 }};"
|
5
|
+
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' }};"
|
6
6
|
{% endif %}>
|
7
7
|
<div class="content">
|
8
8
|
<header>
|
data/_includes/header.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<header id="header"
|
3
3
|
{%- if include.style -%}
|
4
4
|
class="{{ include.style.class | default: '' }}"
|
5
|
-
style="background-image: url({{ include.style.image | absolute_url }}); background-position: {{ include.style.position | default: center }} top; background-size: {{ include.style.size | default: 100% auto }};"
|
5
|
+
style="background-image: url({{ include.style.image | absolute_url }}); background-position: {{ include.style.position | default: 'center' }} top; background-size: {{ include.style.size | default: '100% auto' }};"
|
6
6
|
{% endif %}>
|
7
7
|
<a href="{{ '' | absolute_url }}" class="logo">
|
8
8
|
<span class="title">
|