word-games-theme 0.5.6 → 0.5.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c4a2dba14f118e07844af95dd5381066f745c18606f90e1e537bd62ebfade99
4
- data.tar.gz: 3bc80a005795db6d8dc330210bf6813f18e03e007329a8bf36109434b1e23f12
3
+ metadata.gz: 8f04c45ef28cd10088d5dd2f0a07799808c874db7c5a8f311e00aa0b482a765f
4
+ data.tar.gz: a48083ce1fddb1bfcb92754f5355d9a8e98d6f1a2ab8a34d73544ec384c01a26
5
5
  SHA512:
6
- metadata.gz: 4e5c61327efde6307473d561eff3fffe4cea94b4a73e95503b0fe5a787cf53c6b2fbe2467abff4fe857fc5bba2d66973665036e77755e839ca76935b00ce3fb1
7
- data.tar.gz: 553e27026337705fe9adbf32674bd28b5ff6cc5cc2de8f01c8a5d6341d7f357164a94a40495a541279542d9d1d072cda4576640cbaebec736668f4afcc86a6af
6
+ metadata.gz: f435e7590f1d4826c8e124020e88f994c24694c552bdfb5e1e9fe9fd45795afad11f37d1c4bb70786de0081b58973d52e9737130d9906c5ccc69677a549aedce
7
+ data.tar.gz: 0bd58834006dec65733b12c70564293887c2e567c623ecc9ae2e2f96222345c2f577ba0e5df48424180ea26da7a4d7e9e62e08e3514bd717f34b343095076ab5
@@ -1,3 +1,7 @@
1
1
  {% if jekyll.environment == 'production' and site.MonumetricID %}
2
- <script type="text/javascript" async defer src="{{site.MonumetricID}}" data-cfasync="false"></script>
2
+ <script type="text/javascript" defer src="{{site.MonumetricID}}" data-cfasync="false"></script>
3
+ {% endif %}
4
+
5
+ {% if jekyll.environment == 'development' and site.MonumetricID %}
6
+ <script type="text/javascript" defer src="{{site.MonumetricID}}"></script>
3
7
  {% endif %}
@@ -105,8 +105,8 @@
105
105
  {%- if page.tool -%}
106
106
  {%- include Rating/structureddata.html -%}
107
107
  {%- endif -%}
108
- </script>
109
108
 
110
109
  {% include adsense/adsense.html %}
111
110
  {%- include google-analytics.html -%}
111
+
112
112
  </head>
@@ -13,7 +13,9 @@
13
13
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
14
14
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
15
15
 
16
+ window.onload = function(){
16
17
  {% include Monumetric/Monumetric.html %}
18
+ };
17
19
  </body>
18
20
 
19
21
  </html>
@@ -12,7 +12,9 @@
12
12
  <script src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
13
13
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
14
14
 
15
+ window.onload = function(){
15
16
  {% include Monumetric/Monumetric.html %}
17
+ };
16
18
  </body>
17
19
 
18
20
  </html>
data/_layouts/blog.html CHANGED
@@ -65,7 +65,9 @@
65
65
  {% include script.html %}
66
66
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
67
67
 
68
+ window.onload = function(){
68
69
  {% include Monumetric/Monumetric.html %}
70
+ };
69
71
  </body>
70
72
 
71
73
  </html>
@@ -61,7 +61,9 @@
61
61
  </script>
62
62
 
63
63
 
64
+ window.onload = function(){
64
65
  {% include Monumetric/Monumetric.html %}
66
+ };
65
67
  </body>
66
68
 
67
69
  </html>
data/_layouts/page.html CHANGED
@@ -64,7 +64,9 @@
64
64
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
65
65
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
66
66
 
67
+ window.onload = function(){
67
68
  {% include Monumetric/Monumetric.html %}
69
+ };
68
70
  </body>
69
71
 
70
72
  </html>
data/_layouts/page2.html CHANGED
@@ -58,7 +58,9 @@
58
58
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
59
59
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
60
60
 
61
+ window.onload = function(){
61
62
  {% include Monumetric/Monumetric.html %}
63
+ };
62
64
  </body>
63
65
 
64
66
  </html>
data/_layouts/post.html CHANGED
@@ -131,7 +131,9 @@
131
131
  {% include script.html %}
132
132
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
133
133
 
134
+ window.onload = function(){
134
135
  {% include Monumetric/Monumetric.html %}
136
+ };
135
137
  </body>
136
138
 
137
139
  </html>
@@ -96,7 +96,9 @@
96
96
  <script src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
97
97
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
98
98
 
99
+ window.onload = function(){
99
100
  {% include Monumetric/Monumetric.html %}
101
+ };
100
102
  </body>
101
103
 
102
104
  </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-16 00:00:00.000000000 Z
11
+ date: 2021-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll