jumbo-jekyll-theme 1.4.2.30 → 1.4.2.31
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/gtm-script.html +6 -8
- data/_includes/head.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f75ac6ce84a0bbaea0e8143b6c26e55f47ced374
|
4
|
+
data.tar.gz: e183fdd732ea8ae28a80a1ed426d494fd75f1474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40364d8f9a76f3677290674fb245c42002a78e813d9f356a466c40da59d694fcd779214160999b83dd6396f0e0a5f21504cd80f857c05c6d23b71f24e86f0e95
|
7
|
+
data.tar.gz: 65abd529006134b22c9dcd2e0705a40d07144458ed6c158380ed05211e39da71a612625074cec8384f8c7748388de64869fc9bdc38d1fee5e4ea2ead0fb762e2
|
data/_includes/gtm-script.html
CHANGED
@@ -1,9 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
1
|
+
<!-- Google Tag Manager -->
|
2
|
+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
3
|
+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
4
|
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
5
|
+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
7
6
|
})(window,document,'script','dataLayer','{{site.data.company.google.tag_manager}}');</script>
|
8
|
-
|
9
|
-
{% endif %}
|
7
|
+
<!-- End Google Tag Manager -->
|
data/_includes/head.html
CHANGED
@@ -17,11 +17,11 @@
|
|
17
17
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
18
18
|
<meta charset="UTF-8">
|
19
19
|
|
20
|
-
{% if site.data.settings.google
|
20
|
+
{% if site.data.settings.google.tag_manager %}
|
21
21
|
{% include google-tag-manager.html %}
|
22
22
|
{% endif %}
|
23
23
|
|
24
|
-
{% if site.data.settings.google
|
24
|
+
{% if site.data.settings.google.analytics %}
|
25
25
|
{% include google-analytics.html %}
|
26
26
|
{% endif %}
|
27
27
|
|