word-games-theme 2.1.9 → 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: 6de89cb61cf11841cf2c179a1bd91ca65c11158b082ec187f08a512db541060a
4
- data.tar.gz: 6d27fa535d4813728f81bafd99788015d5ea1ebd7fcc5b8143d3f54a8203f4d5
3
+ metadata.gz: e4dffa228b563879f10c316d6ab565eac3dad622bf95e24293c562d5ad77128e
4
+ data.tar.gz: 871bf2cf401c76d97ca509ae3cc717d56404c8ef74cf59e96a15f47685c1c645
5
5
  SHA512:
6
- metadata.gz: aa306052109097a3ee40758151c60bc04a98fa30a6e4d8a7d162201af5a984d0a1b40ebab5fa5b4723d24ceef0ea06f5174218c1b5920c4c88ed95140adbbd7f
7
- data.tar.gz: 7e9dbd0963f4797ff718f770b8b027e66d922acfb99b7b7ac42b3d7ba95bb8a223f0abdcd857cade263a24b753b2ed7fdf82fa6258a15c86dca1838babe0ef39
6
+ metadata.gz: 94c78edb75cb531f75462bc4c82bba51837ae201c51edabcaa3e4928067a73d8a5420e69e8904fdccdad29a5341cd9b7b081b96cebc616430ac39e7d94555f50
7
+ data.tar.gz: 32c2d1f9ff35e8306033e5bf5b52311e28ece393b9f3c81678b3e2ad57a09fd269e00ff494813c51bc3f87df9c0d76e6645b88471abb5e6a917118c4be02d6cb
@@ -14,6 +14,8 @@
14
14
 
15
15
  {% assign scriptData = site.data.[page.folderName][lang][file] %}
16
16
 
17
+ <script defer src="/assets/js/theme.js"></script>
18
+
17
19
  {%- if site.removeJquery != true -%}
18
20
  <script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
19
21
  {%- endif -%}
@@ -32,6 +34,7 @@
32
34
  {%- if scriptData.jsfilepaths -%}
33
35
  {%- for path in scriptData.jsfilepaths -%}
34
36
 
37
+
35
38
  {%- assign asset_dir = path -%}
36
39
  {%- if site.versioning and asset_dir != "" -%}
37
40
 
@@ -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.1.9
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms