word-games-theme 0.5.7 → 0.6.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: 8f04c45ef28cd10088d5dd2f0a07799808c874db7c5a8f311e00aa0b482a765f
4
- data.tar.gz: a48083ce1fddb1bfcb92754f5355d9a8e98d6f1a2ab8a34d73544ec384c01a26
3
+ metadata.gz: ff970e447bbe565ee758fb504b1f0516371c14ed3f37c39aaca607b2edee8f8a
4
+ data.tar.gz: 7c0c431a35247bd0e40227b56bddc7c63478a4c94afca179a4bcea9af7002c99
5
5
  SHA512:
6
- metadata.gz: f435e7590f1d4826c8e124020e88f994c24694c552bdfb5e1e9fe9fd45795afad11f37d1c4bb70786de0081b58973d52e9737130d9906c5ccc69677a549aedce
7
- data.tar.gz: 0bd58834006dec65733b12c70564293887c2e567c623ecc9ae2e2f96222345c2f577ba0e5df48424180ea26da7a4d7e9e62e08e3514bd717f34b343095076ab5
6
+ metadata.gz: 32787d125a7d4c7a92c06167a4420ccb2c6e2425f7e345cc8745380329e90247bb91b1d8a4216a00506759761fd1b67584eebd1e093b59fa15a231d1947b5111
7
+ data.tar.gz: 315c50a728909e20955c995b7f8b4e79d674eba2a9d3c8bff3ee8c64a43403a89598cabfd025b13d5f028b490417a441e9cd076b017cca06d728fc37420d5eb4
@@ -12,7 +12,7 @@
12
12
  "about_title": "About",
13
13
  "featureList": [
14
14
  {
15
- "feature_heading": "The Simple, Easy-to-go word finder for you",
15
+ "feature_heading": "Words with letters "glowing" and a blank?",
16
16
  "feature_text": "Stuck in srabble games? Making enemies in word finder games? Here's your solution. A word finder tool for you that can help ypu wipe out the competition",
17
17
  "fa_class": "../assets/images/star.svg"
18
18
  },
@@ -49,7 +49,7 @@
49
49
  ],
50
50
  "faqList": [
51
51
  {
52
- "Question": "How many words can I enter in this Word Finder?",
52
+ "Question": "Words with letters "glowing" and a blank?",
53
53
  "Answer": "You can enter upto 15 letters in our Word Finder."
54
54
  },
55
55
  {
@@ -3,5 +3,5 @@
3
3
  {% endif %}
4
4
 
5
5
  {% if jekyll.environment == 'development' and site.MonumetricID %}
6
- <script type="text/javascript" defer src="{{site.MonumetricID}}"></script>
6
+ <script type="text/javascript" defer src="{{site.MonumetricID}}" data-cfasync="false"></script>
7
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 }}">
@@ -80,18 +74,18 @@
80
74
  {%- for item in dataToShow.faqList-%}
81
75
  {%- if forloop.last == true -%}
82
76
  {"@type": "Question",
83
- "name": "{{item.Question}}",
77
+ "name": "{{item.Question | replace:'"', "'"}}",
84
78
  "acceptedAnswer": {
85
79
  "@type": "Answer",
86
- "text": "{{item.Answer}}"
80
+ "text": "{{item.Answer | replace:'"', "'"}}"
87
81
  }
88
82
  }
89
83
  {%- else -%}
90
84
  {"@type": "Question",
91
- "name": "{{item.Question}}",
85
+ "name": "{{item.Question | replace:'"', "'"}}",
92
86
  "acceptedAnswer": {
93
87
  "@type": "Answer",
94
- "text": "{{item.Answer}}"
88
+ "text": "{{item.Answer | replace:'"', "'"}}"
95
89
  }
96
90
  },
97
91
  {%- endif -%}
@@ -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,12 +10,11 @@
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
-
16
- window.onload = function(){
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>
17
17
  {% include Monumetric/Monumetric.html %}
18
- };
19
18
  </body>
20
19
 
21
20
  </html>
@@ -9,12 +9,11 @@
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
-
15
- window.onload = function(){
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>
16
16
  {% include Monumetric/Monumetric.html %}
17
- };
18
17
  </body>
19
18
 
20
19
  </html>
data/_layouts/blog.html CHANGED
@@ -62,12 +62,10 @@
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
- window.onload = function(){
69
68
  {% include Monumetric/Monumetric.html %}
70
- };
71
69
  </body>
72
70
 
73
71
  </html>
@@ -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,10 +62,7 @@
60
62
 
61
63
  </script>
62
64
 
63
-
64
- window.onload = function(){
65
65
  {% include Monumetric/Monumetric.html %}
66
- };
67
66
  </body>
68
67
 
69
68
  </html>
data/_layouts/page.html CHANGED
@@ -52,21 +52,16 @@
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
-
67
- window.onload = function(){
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>
68
64
  {% include Monumetric/Monumetric.html %}
69
- };
70
65
  </body>
71
66
 
72
67
  </html>
data/_layouts/page2.html CHANGED
@@ -54,13 +54,12 @@
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
- window.onload = function(){
62
62
  {% include Monumetric/Monumetric.html %}
63
- };
64
63
  </body>
65
64
 
66
65
  </html>
data/_layouts/post.html CHANGED
@@ -128,12 +128,10 @@
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
- window.onload = function(){
135
134
  {% include Monumetric/Monumetric.html %}
136
- };
137
135
  </body>
138
136
 
139
137
  </html>
@@ -10,7 +10,6 @@
10
10
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
11
11
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
12
12
  <meta name="theme-color" content="#000000" />
13
- <meta name="robots" content="noindex" />
14
13
 
15
14
  <!-- meta character set -->
16
15
  <meta charset="UTF-8">
@@ -99,10 +98,11 @@
99
98
  {%- include footer/index.html -%}
100
99
 
101
100
 
101
+ <script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
102
+ <link rel="stylesheet"
103
+ href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.5.0/font/bootstrap-icons.min.css" />
102
104
  <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
-
105
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
106
106
  {% include Monumetric/Monumetric.html %}
107
107
  </body>
108
108
 
@@ -93,12 +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
-
99
- window.onload = function(){
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>
100
100
  {% include Monumetric/Monumetric.html %}
101
- };
101
+
102
102
  </body>
103
103
 
104
104
  </html>