jekyll-theme-consulting 0.8.10 → 0.8.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/header.html +4 -1
- data/_sass/small/layout/_header.scss +3 -0
- 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: e462e22a0106fd5c370fa28b9106e29b9478881bb481e8c3318c5a32cf0a4782
|
4
|
+
data.tar.gz: 962ea17bbe106187d101d94fc98b434fc6630bf7963dd7bb598c16c2c4a60356
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1c3652343f3c4f577217a20a8465cd91a3b7f9ad855ac1b94498b503000d2edae496bcce926b19143c29cfb9d89db03f2c139d081f24bc9135d0de88d932443
|
7
|
+
data.tar.gz: 1233e9f48efc716b8281fa334582775a84086d2477eea892d36f00d4ece2b49bd5d6064cea3ad5ccce57340ad042cf2097dc41ced921537518ad567275657030
|
data/_includes/header.html
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
<!-- Header -->
|
2
2
|
<header id="header" {% if include.style %}class="{{ include.style.class | default: '' }}" style="background-image: url({{ include.style.image | absolute_url }});"{% endif %}>
|
3
3
|
<a href="{{ '' | absolute_url }}" class="logo">
|
4
|
-
<
|
4
|
+
<div class="title">
|
5
|
+
<strong>{{ include.title }}</strong>
|
6
|
+
</div>
|
7
|
+
<div class="subtitle"> - {{ include.subtitle }}</div>
|
5
8
|
</a>
|
6
9
|
{% include language.html %}
|
7
10
|
</header>
|