jekyll-theme-consulting 0.10.15 → 0.10.16
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 +5 -1
- data/_includes/header.html +5 -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: ab9c83527cb675a9397e5f929d7385e2b36e8c1eba3ff829b72902e656f01538
|
4
|
+
data.tar.gz: dc5ddb97971b6c55cb2c1be678ee7f4353217b62301f2772be57621098648fe0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f00122d8c222f56e53e9570687ae0c05dacfb916dec965eec072b1d7c763ef1cc2deba621eb3adf0b24c9019b6680780f5e2a0f2b0169d129c570a10b8ff4b0
|
7
|
+
data.tar.gz: 45aec3838781eaf1c06b59f816044fef28cd421d8a1e5caedc9c6ac87c4c5462a31a7c49289832b0e5f290faefa72a9dc5f59a73b074fc30daf279261f1820c9
|
data/_includes/banner.html
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
<!-- Banner -->
|
2
|
-
<section id="banner"
|
2
|
+
<section id="banner"
|
3
|
+
{%- if include.style -%}
|
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 }};"
|
6
|
+
{% endif %}>
|
3
7
|
<div class="content">
|
4
8
|
<header>
|
5
9
|
<h1>{{ include.title }}</h1>
|
data/_includes/header.html
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
<!-- Header -->
|
2
|
-
<header id="header"
|
2
|
+
<header id="header"
|
3
|
+
{%- if include.style -%}
|
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 }};"
|
6
|
+
{% endif %}>
|
3
7
|
<a href="{{ '' | absolute_url }}" class="logo">
|
4
8
|
<span class="title">
|
5
9
|
<strong>{{ include.title }}</strong>
|