appscms-tools-theme 3.2.4 → 3.2.5
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/google-analytics.html +0 -2
- data/_includes/head/index.html +2 -2
- 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: ee18f4afeffe48ff8f2824eaeb99aa657fb9b39a3c25bee9763a8a955e20d1b0
|
|
4
|
+
data.tar.gz: afb124c32906b35d8091830efce9d9632a9a2e851f65fab064ed117201aaeb4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62088da2c99c39a806f317d559c88bd3fa42739c2ecf43941d4589a79c45a82580ad6e5edb5f01a95b56f572b466b861c547848bfe886df280e7d0813dc39aa2
|
|
7
|
+
data.tar.gz: 28111f627262957eefd4b0e06e3d409670d940176349768a5ad6694302d8d8ae115b97ebcc5b13fb7218e35c89eb0f5e0bba8fa3699d1727484143b99ea712f6
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{% if jekyll.environment == 'production' and site.production_google_analytics %}
|
|
2
2
|
{%- assign GA_ID = site.production_google_analytics -%}
|
|
3
3
|
<script
|
|
4
|
-
type="text/partytown"
|
|
5
4
|
async
|
|
6
5
|
src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"
|
|
7
6
|
></script>
|
|
@@ -18,7 +17,6 @@
|
|
|
18
17
|
site.development_google_analytics %} {%- assign GA_ID =
|
|
19
18
|
site.development_google_analytics -%}
|
|
20
19
|
<script
|
|
21
|
-
type="text/partytown"
|
|
22
20
|
async
|
|
23
21
|
src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"
|
|
24
22
|
></script>
|
data/_includes/head/index.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{%- assign title = newtitle -%} {%- assign description = pagedescription-%}
|
|
25
25
|
<meta charset="utf-8" />
|
|
26
26
|
|
|
27
|
-
<script>
|
|
27
|
+
<!-- <script>
|
|
28
28
|
partytown = {
|
|
29
29
|
forward: ["dataLayer.push"],
|
|
30
30
|
};
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
: (t.addEventListener("DOMContentLoaded", u),
|
|
118
118
|
t.addEventListener("load", u));
|
|
119
119
|
})(window, document, navigator, top, window.crossOriginIsolated);
|
|
120
|
-
</script>
|
|
120
|
+
</script> -->
|
|
121
121
|
|
|
122
122
|
<link rel="shortcut icon" href="{{favicon}}" />
|
|
123
123
|
<meta name="viewport" content="width=device-width" />
|