kcc-gem-theme 3.8.0 → 3.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/scripts/facebook-js-sdk.html +3 -0
- data/_layouts/default-core.html +3 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfeebaac5a58882d3a29ce31ade286937c07fd703a5b2c0a1f8e1111160ae481
|
4
|
+
data.tar.gz: 23ca47007888eeaace914dbbda6cd8fc0e5a66eebee26a686082e726705e5e25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d5f3847e3464f18166426ff16a4d546f535a7ae18393ea8c6fc054491f7f64cc175a3c90e837a343ce9acde49afecd4c23dd25b91d6312fcf466a5e21efe78e
|
7
|
+
data.tar.gz: 28f503975fff3cc583e26a14faef0d4b92ea4e4c7e7730d910a3c083b09f26b28f8bff024b96eb87990a466c0e2307bb54f8a736ede0982858a2fbde5ccabe2e
|
data/_layouts/default-core.html
CHANGED
@@ -27,6 +27,9 @@ layout: compress
|
|
27
27
|
{%- if page.sheet_key or page.include_datatables -%}
|
28
28
|
{% include scripts/table-cdn.html %}{% endif %}
|
29
29
|
{% include scripts/custom.html %}
|
30
|
+
{% if page.include_facebook_sdk %}
|
31
|
+
{% include scripts/facebook-js-sdk.html %}
|
32
|
+
{% endif %}
|
30
33
|
{%- if site.translate == true -%}<!-- Link to this site's custom google translate stylesheet -->
|
31
34
|
{% include scripts/translate.html %}{% endif %}
|
32
35
|
{% include foot.html %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -95,6 +95,7 @@ files:
|
|
95
95
|
- _includes/old-head.html
|
96
96
|
- _includes/preconnect.html
|
97
97
|
- _includes/scripts/custom.html
|
98
|
+
- _includes/scripts/facebook-js-sdk.html
|
98
99
|
- _includes/scripts/google-api.html
|
99
100
|
- _includes/scripts/google-noscript.html
|
100
101
|
- _includes/scripts/google-tag.html
|