word-games-theme 2.2.0 → 2.2.1

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: 34f101f4d0791605a8ddf2a82dabf40c54ae82d1ce43c265665b2e8be7ba4383
4
- data.tar.gz: 7144981761766f8f287fcdaef56faf866dc2ef6bb317064d578128be198a0362
3
+ metadata.gz: e4dffa228b563879f10c316d6ab565eac3dad622bf95e24293c562d5ad77128e
4
+ data.tar.gz: 871bf2cf401c76d97ca509ae3cc717d56404c8ef74cf59e96a15f47685c1c645
5
5
  SHA512:
6
- metadata.gz: 54d2f7f236fbda5c921c70e1ef050df0c96d12043aba1405abdf60f9d51b0a94f1511288ad3b6b235862369f18367f156ee6a54a22f9eaea98a54de6bbc5e792
7
- data.tar.gz: 48068236edbfeb79c2ed47d3abdd8f0644b123b5b3ee37ba71f91c0cf89e260712f27792de701de0a5d9ad4ca6b0d0f6bf9e18ab5728fd2fbc8ff696a5f28fc6
6
+ metadata.gz: 94c78edb75cb531f75462bc4c82bba51837ae201c51edabcaa3e4928067a73d8a5420e69e8904fdccdad29a5341cd9b7b081b96cebc616430ac39e7d94555f50
7
+ data.tar.gz: 32c2d1f9ff35e8306033e5bf5b52311e28ece393b9f3c81678b3e2ad57a09fd269e00ff494813c51bc3f87df9c0d76e6645b88471abb5e6a917118c4be02d6cb
@@ -13,6 +13,7 @@
13
13
  {%- endif -%}
14
14
 
15
15
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
16
+
16
17
  <script defer src="/assets/js/theme.js"></script>
17
18
 
18
19
  {%- if site.removeJquery != true -%}
@@ -14,8 +14,6 @@
14
14
 
15
15
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
16
16
 
17
- <script defer src="/assets/js/theme.js"></script>
18
-
19
17
  {%- if site.removeJquery != true -%}
20
18
  <script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
21
19
  {%- endif -%}
@@ -188,7 +188,7 @@
188
188
  </div>
189
189
 
190
190
  {% include wordgames/footer/footer.html %}
191
- {% include script.html %}
191
+ {%- include wordgames/scripts/scripts.html -%}
192
192
  </body>
193
193
 
194
194
  </html>
@@ -402,7 +402,7 @@
402
402
  </div>
403
403
  </div>
404
404
  </section>
405
- {% include script.html %}
405
+ {%- include wordgames/scripts/scripts.html -%}
406
406
  </body>
407
407
 
408
408
  </html>
@@ -132,7 +132,7 @@
132
132
  </div>
133
133
  {% include wordgames/footer/footer.html %}
134
134
  </section>
135
- {% include script.html %}
135
+ {%- include wordgames/scripts/scripts.html -%}
136
136
  </body>
137
137
 
138
138
  </html>
@@ -60,7 +60,7 @@
60
60
 
61
61
  {%- include wordgames/footer/footer.html -%}
62
62
 
63
- {%- include script.html -%}
63
+ {%- include wordgames/scripts/scripts.html -%}
64
64
 
65
65
  {%- if page.language -%}
66
66
  <script>
@@ -9,8 +9,7 @@
9
9
 
10
10
  {%- include wordgames/footer/footer.html -%}
11
11
 
12
- {%- include script.html -%}
13
-
12
+ {%- include wordgames/scripts/scripts.html -%}
14
13
 
15
14
  {%- if page.letter -%}
16
15
  <script defer src="/assets/js/leftNav.js"></script>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms