word-games-theme 0.5.6 → 0.6.0

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: 558f01f38ea9619fbfee355846b946ce9a9a774d06c1e1639bd6d8450f2fa0f8
4
+ data.tar.gz: c83b40db48ac559079d074eb437bd5ca3cb098900a7e582436f086a56341e0fd
5
5
  SHA512:
6
- metadata.gz: 4e5c61327efde6307473d561eff3fffe4cea94b4a73e95503b0fe5a787cf53c6b2fbe2467abff4fe857fc5bba2d66973665036e77755e839ca76935b00ce3fb1
7
- data.tar.gz: 553e27026337705fe9adbf32674bd28b5ff6cc5cc2de8f01c8a5d6341d7f357164a94a40495a541279542d9d1d072cda4576640cbaebec736668f4afcc86a6af
6
+ metadata.gz: bb60eb8fa714d9d4ebdda5d5cd0292e9595fab5884b1205342dc1230a21178ecd31dff2b147952a306c131bd14775fbb699fe8bb0b9d0363b204aaacf2969df2
7
+ data.tar.gz: d6c824e7abcfb77a2bc6c1e67b2cea66813ab225a3250c72e3f998034bacf4080550b8163b8a65d81a5339fad56245c1c5b737394d5cd8c8ea7bc169af9c2657
@@ -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}}" data-cfasync="false"></script>
3
7
  {% endif %}
@@ -23,12 +23,10 @@
23
23
  <meta name="author" content="{{ site.author_name }}">
24
24
  <title>{{page.title}}</title>
25
25
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
26
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
27
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
26
+ <link rel="stylesheet" href="../assets/css/bootstrap.min.css">
28
27
  <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
29
- <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
30
28
 
31
- {% include Monumetric/Monumetric.html %}
32
- {% include adsense/adsense.html %}
33
29
  {%- include google-analytics.html -%}
30
+ {% include adsense/adsense.html %}
31
+ {% include Monumetric/Monumetric.html %}
34
32
  </head>
@@ -18,14 +18,8 @@
18
18
 
19
19
 
20
20
  <link rel="manifest" href="./manifest.json">
21
-
22
21
  <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
23
- <link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
24
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
25
- <link rel="stylesheet"
26
- href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
27
-
28
-
22
+ <link rel="stylesheet" href="../../assets/css/bootstrap.min.css">
29
23
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
30
24
  <link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
31
25
  <link rel="stylesheet" href="{{ '/assets/css/feature.css' | relative_url }}">
@@ -105,8 +99,8 @@
105
99
  {%- if page.tool -%}
106
100
  {%- include Rating/structureddata.html -%}
107
101
  {%- endif -%}
108
- </script>
109
102
 
110
103
  {% include adsense/adsense.html %}
111
104
  {%- include google-analytics.html -%}
105
+
112
106
  </head>
@@ -19,7 +19,7 @@
19
19
  </ul>
20
20
  </div>
21
21
  {%- endif -%}
22
- <script>
22
+ <!-- <script defer>
23
23
  const fetchShareCount = async () => {
24
24
  try {
25
25
  const faceBookShare = document.querySelector('#Facebook')
@@ -46,4 +46,4 @@
46
46
  fetchShareCount()
47
47
 
48
48
  });
49
- </script>
49
+ </script> -->
@@ -10,9 +10,10 @@
10
10
 
11
11
 
12
12
  {%- include footer/index.html -%}
13
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
14
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
15
-
13
+ <link rel="stylesheet"
14
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
15
+ <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
16
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
16
17
  {% include Monumetric/Monumetric.html %}
17
18
  </body>
18
19
 
@@ -9,9 +9,10 @@
9
9
 
10
10
  {% include autogenerated/footer.html %}
11
11
 
12
- <script src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
13
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
14
-
12
+ <link rel="stylesheet"
13
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
14
+ <script defer src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
15
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
15
16
  {% include Monumetric/Monumetric.html %}
16
17
  </body>
17
18
 
data/_layouts/blog.html CHANGED
@@ -62,9 +62,9 @@
62
62
  </section>
63
63
  {%- include section/alertbar.html -%}
64
64
 
65
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
65
66
  {% include script.html %}
66
67
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
67
-
68
68
  {% include Monumetric/Monumetric.html %}
69
69
  </body>
70
70
 
@@ -38,8 +38,10 @@
38
38
  {%- include Rating/rating.html -%}
39
39
  {%- include footer/index.html -%}
40
40
 
41
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
42
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
41
+ <link rel="stylesheet"
42
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
43
+ <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
44
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
43
45
  <script>
44
46
  let txtBox = document.querySelector('.txtBox')
45
47
  txtBox.addEventListener('input', (e) => {
@@ -60,7 +62,6 @@
60
62
 
61
63
  </script>
62
64
 
63
-
64
65
  {% include Monumetric/Monumetric.html %}
65
66
  </body>
66
67
 
data/_layouts/page.html CHANGED
@@ -52,18 +52,15 @@
52
52
 
53
53
  {%- include section/commonPage.html -%}
54
54
 
55
-
56
55
  {%- include share/socialshare.html -%}
57
56
 
58
57
  {%- include footer/index.html -%}
59
58
 
60
-
59
+ <link rel="stylesheet"
60
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
61
61
  <script data-range="{{page.blanktilerange}}" src="/assets/js/wordScrabble.js"></script>
62
-
63
-
64
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
65
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
66
-
62
+ <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
63
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
67
64
  {% include Monumetric/Monumetric.html %}
68
65
  </body>
69
66
 
data/_layouts/page2.html CHANGED
@@ -54,10 +54,11 @@
54
54
  {%- include footer/index.html -%}
55
55
 
56
56
 
57
+ <link rel="stylesheet"
58
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
57
59
  <script src="/assets/js/X-letter.js" data-letter="{{page.letter}}"></script>
58
60
  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
59
61
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
60
-
61
62
  {% include Monumetric/Monumetric.html %}
62
63
  </body>
63
64
 
data/_layouts/post.html CHANGED
@@ -128,9 +128,9 @@
128
128
  </section>
129
129
  {%- include section/count.html -%}
130
130
  {%- include section/alertbar.html -%}
131
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
131
132
  {% include script.html %}
132
133
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
133
-
134
134
  {% include Monumetric/Monumetric.html %}
135
135
  </body>
136
136
 
@@ -99,10 +99,11 @@
99
99
  {%- include footer/index.html -%}
100
100
 
101
101
 
102
+ <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
103
+ <link rel="stylesheet"
104
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
102
105
  <script src="/assets/js/scrabbleDictonary.js"></script>
103
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
104
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
105
-
106
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
106
107
  {% include Monumetric/Monumetric.html %}
107
108
  </body>
108
109
 
@@ -93,10 +93,12 @@
93
93
 
94
94
  {% include xyzpages/xyzFooter.html %}
95
95
 
96
- <script src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
97
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
98
-
96
+ <link rel="stylesheet"
97
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
98
+ <script defer src=" https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
99
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
99
100
  {% include Monumetric/Monumetric.html %}
101
+
100
102
  </body>
101
103
 
102
104
  </html>