jekyll-theme-pirati 6.0.1 → 6.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +5 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c67c4740feb2edc6ef05ab7e62c8210d66700eb28064c23e57a6a4eec3c2a5a
|
4
|
+
data.tar.gz: 8b83e4d262f1adb1cf32cee6234b7b4f3a5d09125f4b192ddd276a5eb21dfb97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cabca9061ff1a783168c9cf713ec89c135084becfe421a81476dac989f57fa6b4802be68bb955fec89ec1bf83f09f8ae4eae6acb15d6fd5a44c324e48ba9d99
|
7
|
+
data.tar.gz: e2fd1d9a1d986852472eeee790f269254802325db7f4d4728cad6de4ebdb075217fe6011bdc6f34db46e5ecd892f1ff675e6405a1da865b05fe8e2104d957d4c
|
data/_includes/head.html
CHANGED
@@ -37,11 +37,13 @@
|
|
37
37
|
<meta property="og:title" content="{{ title }}" />
|
38
38
|
<meta property="og:description" content="{{ description }}" />
|
39
39
|
{% if page.layout == 'post' %}
|
40
|
-
|
40
|
+
{% capture img_path %}{% asset '{{ page.image }}' @path %}{% endcapture %}
|
41
|
+
<meta property="og:image" content="{{ img_path | absolute_url }}" />
|
41
42
|
{% elsif page.img %}
|
42
|
-
|
43
|
+
{% capture img_path %}{% asset '{{ page.img }}' @path %}{% endcapture %}
|
44
|
+
<meta property="og:image" content="{{ img_path | absolute_url }}" />
|
43
45
|
{% else %}
|
44
|
-
<meta property="og:image" content="{{ 'assets/img/brand/logo-round.png' |
|
46
|
+
<meta property="og:image" content="{{ 'assets/img/brand/logo-round.png' | absolute_url }}" />
|
45
47
|
{% endif %}
|
46
48
|
<!-- Fonts -->
|
47
49
|
{% if page.layout != 'blank' %}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-pirati
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jitka Novotná
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-08-
|
12
|
+
date: 2018-08-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jekyll
|