kcc-gem-theme-original 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/scripts/facebook-js-sdk.html +3 -0
- data/_layouts/default.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: 136aa1c0e5228ae70ced3698465173afd172fc2aaffcf5ab97baf3fdd87431b6
|
4
|
+
data.tar.gz: 8ddee29c420d96f46708468bcd7f530bf2a562391424606fad222a8806683e36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcb859dbdf82a96dfbe872d7649720b64079be5669af2ca9b2ee4baeb02620e39265c2858355bc5fd58daf0e2497cbd414271760f51f515b1cef2b14f9f9ebcc
|
7
|
+
data.tar.gz: 19c835c5be8de7af7a2b16b9f9e155d777dd4c8a131c6900b2f10760486b38fb3d2aca15d8ed4c8052b39bf8f9b7216b7f827af42a1da22704d813b9839b4a31
|
data/_layouts/default.html
CHANGED
@@ -25,6 +25,9 @@
|
|
25
25
|
{% include scripts/table-cdn.html %}
|
26
26
|
{% endif %}
|
27
27
|
{% include scripts/custom.html %}
|
28
|
+
{% if page.include_facebook_sdk %}
|
29
|
+
{% include scripts/facebook-js-sdk.html %}
|
30
|
+
{% endif %}
|
28
31
|
{% if site.translate == true %}<!-- Link to this site's custom google translate stylesheet -->
|
29
32
|
{% include scripts/translate.html %}
|
30
33
|
{% endif %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme-original
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -81,6 +81,7 @@ files:
|
|
81
81
|
- _includes/nav-sub.html
|
82
82
|
- _includes/preconnect.html
|
83
83
|
- _includes/scripts/custom.html
|
84
|
+
- _includes/scripts/facebook-js-sdk.html
|
84
85
|
- _includes/scripts/google-api.html
|
85
86
|
- _includes/scripts/google-noscript.html
|
86
87
|
- _includes/scripts/google-tag.html
|