jekyll-theme-consulting 0.8.11 → 0.8.12
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 -4
- 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: 66c3be1c568de125bc1f773805b0ceec33e5fc9cda3fc496a0fad63f176bcaa0
|
4
|
+
data.tar.gz: c3598f853d880da46c0025458d9a4110479f497eb282dad6504bb53bfcfc6cad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 340b3d77358499f655d5dfe7206d09d4866c6b1598a8a7b2a4fd8048264f48f965874004a4ea46da82c697e10e4d4910aa880afc95ea014514d70b15e6c2df64
|
7
|
+
data.tar.gz: 2e96015ad0a6b93b77a7252aa40297045f0a9b0d8c8080dbca2eb61517f965c1189d25cd58c575afe725738eaf5a9f93b42b91cde3e471a1d309baea97f17920
|
data/_includes/header.html
CHANGED
@@ -1,10 +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
|
-
<
|
5
|
-
|
6
|
-
</
|
7
|
-
<
|
4
|
+
<span class="title">
|
5
|
+
<strong>{{ include.title }}</strong>
|
6
|
+
</span>
|
7
|
+
<span class="subtitle"> - {{ include.subtitle }}</span>
|
8
8
|
</a>
|
9
9
|
{% include language.html %}
|
10
10
|
</header>
|