appscms-tools-theme 3.2.4 → 3.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23c06469b9652633c0aed8055a5f75062f8fc1f16e2ddcf4d893ae84f803a9d5
4
- data.tar.gz: 1522ba289615bbff64ac5b4974bd0537fd4a180e854d63ec225b45f36eb3436f
3
+ metadata.gz: 16fdd5c41c616642c9810eecd6af394b8497d39dd762b932393912732d2f36d7
4
+ data.tar.gz: c7ad5c8541183ceff511a818e0f1f9d266ee48cb50e37ed22256d859b83c00a3
5
5
  SHA512:
6
- metadata.gz: 69fff9644269ffd64ff79a95226d0dbf6f3d9c3bdb7739f4576ce5e8f8097ee60e892b2ead0056743b9a74388934a24f0347e18e3881172abb3aac4319083691
7
- data.tar.gz: 522c4807c65666db11dcebdc0c81512b16be8c2d8a24651d68a8831c1240d83885d89ab872976c7fc716107ba2de0c47acce05da3806c6c648e49e9fcdc429bd
6
+ metadata.gz: 67406f507af28d9ff87da1c3067edc08d89534ac2aa9331b81c7982aa2835cb5a5a92451831527532776272b3ff0ba90e0e969bd4ec8bfa6ff7aaf3956412db0
7
+ data.tar.gz: e616bc712af57b33b0e1e70b8cb0bdb7cac8f0d4f82772c38647d1abd0ac24932a8a523367250ad5e7bae11b85d137b87deb539635c304f53b044f144c96d65e
@@ -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>
@@ -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" />
data/_layouts/home.html CHANGED
@@ -8,7 +8,7 @@
8
8
  {% include header/index.html %} {%- if homeData.nofileupload -%}
9
9
  <div
10
10
  id="safeui-alert"
11
- class="alert alert-{{homeData.variant | default: 'info'}}` fade show text-center"
11
+ class="alert alert-{{homeData.variant | default: 'info'}} fade show text-center"
12
12
  role="alert"
13
13
  >
14
14
  <div class="container">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.4
4
+ version: 3.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-30 00:00:00.000000000 Z
11
+ date: 2023-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll