word-games-theme 2.2.7 → 2.2.9

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: 566de7f76ea9304c8eea80d13bd59b02cfbb58f1866381fb05845eb70833d796
4
- data.tar.gz: 8996303c5a2d4d41318e8e5db8343c630da35ab5c76f5b7d0eaa5ba9d5d387ca
3
+ metadata.gz: 9304bdd4b753f3f7514c7e63ec29a24b08a21e2ed6f5f81f82ab8b38e12d01af
4
+ data.tar.gz: 5dd0289e3a291968a56ea7a8e5a5bf570d0ed117b8632d516b8e80efd2db033c
5
5
  SHA512:
6
- metadata.gz: b853c1f2c4f51b48a2db737605d3ea98bb4b54734a37ab01a813621ae4e908e557ef000081caff1aaddb81ec7b53f159cf87b2f4dfb7b07182314226ff896c36
7
- data.tar.gz: 6a3960f2029d53867794d0fc141d98e0c8f42b33965514c9be64c6bd6d56d960d493aa87708abfcec22ae49973cc791a539defeb765b2520b09c11cbd72c8a14
6
+ metadata.gz: 00067cd7f07c26bb31203025634dfd4efe84f27097222d07178a07fe261db7eef8699102dad38199e811d17d58f27f54950e382ec5cb1429cff23e61b2eed8b8
7
+ data.tar.gz: bc661f99237b2a91e0a8fdd4c4719ff794190d1dec410feeebb9ff91cd225005de86307ab8d2538ca8491d115972e544214608643b1b54ec21f59094237df39b
@@ -0,0 +1,137 @@
1
+ {%- if site.show_allow_ad_blocker_pop -%}
2
+ <link rel="stylesheet" href="/assets/css/adBlocker.css">
3
+
4
+ <div id="detect"></div>
5
+ <div class="wrapper text-center">
6
+ <div class="innerWrapper">
7
+ {%- if site.adBlockerClose -%}
8
+ <div class="closePopup p-1">
9
+ <i class="bi bi-x-circle-fill"></i>
10
+ </div>
11
+ {%- endif -%}
12
+
13
+ <h2 class="brand-title">{{site.adspopuptitle}}</h2>
14
+ <p class="show-ads">
15
+ Please allow ads on our site
16
+ </p>
17
+ <p class="ads-desc">Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep
18
+ it 100% free</p>
19
+ <div class="btn-container mx-auto">
20
+ <div class="bg-layer"></div>
21
+ <button class="allow-ads-btn">Allow ads</button>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ <div class="extensions">
26
+ <section>
27
+ <div class="ads__content">
28
+ {%- if site.adBlockerClose -%}
29
+ <div class="closePopup">
30
+ <i class="bi bi-x-circle-fill"></i>
31
+ </div>
32
+ {%- endif -%}
33
+
34
+ <p class="whchExt" style="font-size: 18px">Which of these extensions do you have?</p>
35
+ <ul class="nav nav-tabs tablist" role="tablist">
36
+ <a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
37
+ <li class="nav-item">
38
+ <img class="ads_img" src="/assets/images/adblock.svg" alt="AdBlock image">
39
+ </li>
40
+ AdBlock
41
+ </a>
42
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
43
+ <li class="nav-item">
44
+ <img class="ads_img" src="/assets/images/abp.svg" alt="Adblock Plus Image">
45
+ </li>
46
+ Adblock Plus
47
+ </a>
48
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
49
+ <li class="nav-item">
50
+ <img class="ads_img" src="/assets/images/uo.svg" alt="uBlock image">
51
+ </li>
52
+ uBlock Origin
53
+ </a>
54
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
55
+ <li class="nav-item">
56
+ <div class="three_dot">...</div>
57
+ </li>
58
+ Other
59
+ </a>
60
+ </ul>
61
+
62
+ <!-- Tab panes -->
63
+ <div class="tab-content">
64
+ <div class="tab-pane active" id="home" role="tabpanel">
65
+ <ol class="listContainer">
66
+ <li class="listItem">Click the AdBlock icon
67
+ <img class="ads-icon" src="/assets/images/adblock.svg" alt="AdBlock image">
68
+ in the browser extension area on the upper right-hand corner. (You may see a small number
69
+ covering
70
+ part of
71
+ the icon.)
72
+ </li>
73
+ <li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
74
+ <li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
75
+ AdBlock
76
+ icon
77
+ changes to a “thumbs up” image.</li>
78
+ </ol>
79
+ <div class="text-center w-100" onclick="refresh()">
80
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
81
+ </div>
82
+ </div>
83
+ <div class="tab-pane" id="adsblockPlus" role="tabpanel">
84
+ <ol class="listContainer">
85
+ <li class="listItem">Click the Adblock Plus icon
86
+ <img class="ads-icon" src="/assets/images/abp.svg" alt="Adblock Plus Image">
87
+ in the browser extension area on the
88
+ upper right-hand corner. (You may see a small number covering part of the icon.)
89
+ </li>
90
+ <li class="listItem">Click the “power” button Power icon so that it slides left.</li>
91
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
92
+ </ol>
93
+ <div class="text-center w-100" onclick="refresh()">
94
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
95
+ </div>
96
+ </div>
97
+ <div class="tab-pane" id="uBlock" role="tabpanel">
98
+ <ol class="listContainer">
99
+ <li class="listItem">Click the uBlock Origin icon
100
+ <img class="ads-icon" src="/assets/images/uo.svg" alt="uBlock image"> in the browser
101
+ extension area on
102
+ the upper right-hand corner. (You may see a small number covering part of the icon.)
103
+ </li>
104
+ <li class="listItem">
105
+ Click the “power” button so that it slides left.
106
+ </li>
107
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
108
+ </ol>
109
+ <div class="text-center w-100" onclick="refresh()">
110
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
111
+ </div>
112
+ </div>
113
+ <div class="tab-pane" id="other" role="tabpanel">
114
+ <ol class="listContainer">
115
+ <li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
116
+ <p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
117
+ screen. You may
118
+ have more than
119
+ one ad blocker installed.</p>
120
+ <li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
121
+ viewing.</li>
122
+ <p class="text-muted">You may have to select a menu option or click a button.</p>
123
+ <li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
124
+ “refresh” or
125
+ “reload” button.</li>
126
+ </ol>
127
+ <div class="text-center w-100" onclick="refresh()">
128
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+
134
+ </div>
135
+ </section>
136
+ </div>
137
+ {%- endif -%}
@@ -0,0 +1,105 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <br>
6
+ <div class="container-fluid mx-0 article auto-gen-content">
7
+ <div class="container">
8
+ <div class="row mx-auto-0">
9
+ <div class="col-md-8 mx-auto">
10
+ <div class="pageHeading text-left mb-5">
11
+ <h1 class="content-heading pb-0 m-0">
12
+ {{dataToShow.h1}}</h1>
13
+ <br>
14
+ {%- if dataToShow.h2 -%}
15
+ <h2 class="mb-0" style="font-size: 1.4rem">
16
+ {{dataToShow.h2}}</h2>
17
+ {%- endif -%}
18
+ </div>
19
+ <div class="toc-list" id="toc_container table-of-content">
20
+ <!-- <h3 class="text-left">Table of contents</h3> -->
21
+ <div class="toc_list">
22
+ <span class="letter-word" style="font-size: 15px; font-weight: 600;">
23
+ {{dataToShow.letter | capitalize }}
24
+ </span>
25
+ <br>
26
+ <br>
27
+ <br>
28
+ <ul class="d-flex" style="flex-wrap:wrap; gap:10px">
29
+ {%- for letter in dataToShow.words-%}
30
+ {%- for item in letter -%}
31
+ <li class="tabledata list-{{forloop.index}}">
32
+ <a class="sameStyle" href="#{{item.word}}">
33
+ {{item.word | capitalize }}
34
+ </a>
35
+ </li>
36
+ {%- endfor -%}
37
+ {%- endfor -%}
38
+ </ul>
39
+ </div>
40
+ </div>
41
+ <br>
42
+ <div class="subHeading">
43
+ {%- if site.name == "wordswithletters" -%}
44
+ <h3 class="content_sub_heading">
45
+ Using our {{dataToShow.x}} letter words with letters , you can find following high
46
+ scoring words
47
+ using
48
+ {{dataToShow.letter | capitalize }}
49
+ </h3>
50
+ {%- endif -%}
51
+ {%- if site.name == "wordfinders" -%}
52
+ <h4 class="content_sub_heading">
53
+ Using our {{dataToShow.x}} letter Word Finder you can find the following high scoring words with
54
+ given letters
55
+ {{dataToShow.letter | capitalize }}
56
+ </h4>
57
+ {%- endif -%}
58
+ {%- if site.name == "wordscramblers" -%}
59
+ <h4 class="content_sub_heading">
60
+
61
+ All possible high scoring words from scrambled letters {{dataToShow.letter | capitalize }} which
62
+ you
63
+ can find
64
+ using our
65
+ unscramble {{dataToShow.x}}
66
+ letter tool are as following
67
+ </h4>
68
+ {%- endif -%}
69
+ {%- if site.name == "wordunscramblerss" -%}
70
+ <h4 class="content_sub_heading">
71
+ Following are the high scoring unscrambled words with the letters {{dataToShow.letter |
72
+ capitalize}}
73
+ which you
74
+ can find using
75
+ our {{dataToShow.x}}
76
+ letter word scramble
77
+ </h4>
78
+ {%- endif -%}
79
+ </div>
80
+ <div class="listofwords">
81
+ {%- for letter in dataToShow.words-%}
82
+ {%- for item in letter -%}
83
+ <div class="wordsdata" id="{{item.word}}">
84
+ <h3 class="word-heading">
85
+
86
+ {{dataToShow.wordLength }}
87
+ </h3>
88
+ <p class="word-title">
89
+ {{item.word | capitalize }}
90
+ </p>
91
+ <ul class="word-details">
92
+ <li class="wordsDetails">{{item.scrabble}}</li>
93
+ <li class="wordsDetails">{{item.wordswithfriend}}</li>
94
+ </ul>
95
+ </div>
96
+ {%- endfor -%}
97
+ {%- endfor -%}
98
+ <div class="wordsdata" style="font-size: 15px;">
99
+ {{item.conclusion}}
100
+ </div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </div>
105
+ </div>
@@ -0,0 +1,39 @@
1
+ <div class="main_row pb-0 pt-5 row mx-0 mt-5" style="background: #000;">
2
+ <div class="col-md-11 mx-auto">
3
+
4
+ <div class="inner-dropdown">
5
+ <div class="catPad mb-4">
6
+ <p class="text-muted" style="font-size: 13px">Recommended Pages</p>
7
+ {%- for item in page.recomendURLS limit: 10 -%}
8
+ {% assign Url = item[0]%}
9
+ <p class="list-unstyled">
10
+ <a class="anchor_links" href="/{{Url}}">
11
+ {{ Url | replace: '-', ' ' }}
12
+ </a>
13
+ </p>
14
+ {%- endfor -%}
15
+
16
+ </div>
17
+ <div class="catPad mb-4">
18
+ <p class="text-muted" style="font-size: 13px">Users Also Visited</p>
19
+ {%- for item in page.randomURLS limit: 25 -%}
20
+ {% assign Url = item[0]%}
21
+ <p class="list-unstyled">
22
+ <a class="anchor_links" href="/{{Url}}">
23
+ {{ Url | replace: '-', ' ' }}
24
+ </a>
25
+ </p>
26
+ {%- endfor -%}
27
+ </div>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <div class="row m-0 py-3 w-100" style="background-color: #fff;">
33
+ <div class="col-12">
34
+ <div class="px-md-5 px-0 footer__flexbox text-center">
35
+ <p class="copyright-text m-0 text-black">{{site.copyright_text}}</p>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
@@ -0,0 +1,13 @@
1
+ {% assign cssData = site.data.[page.folderName][lang][file] %}
2
+ {{site.data.customcdns.customcdns.cssfiles}}
3
+ {%- if cssData.cssfilepaths -%}
4
+ {%- for path in cssData.cssfilepaths -%}
5
+ {%- assign asset_dir = path -%}
6
+ <link defer rel="stylesheet" href="{{path}}">
7
+ {%- endfor -%}
8
+ {%- endif -%}
9
+ {%- if cssData.csscdns -%}
10
+ {%- for item in cssData.csscdns -%}
11
+ {{item}}
12
+ {%- endfor -%}
13
+ {%- endif -%}
@@ -60,7 +60,8 @@
60
60
  {%- endif -%}
61
61
 
62
62
 
63
- {% include wordgames/cssfile/links.html %}
63
+ {% include /cssfile/links.html %}
64
+
64
65
 
65
66
  {%- if page.wordle == 'solver' -%}
66
67
  <style>
@@ -35,7 +35,6 @@
35
35
  </div>
36
36
 
37
37
  {%- if Data.megaMenu -%}
38
-
39
38
  <div class="dropmenu dropdown-menu top_tool_bar" aria-labelledby="navbarDropdown">
40
39
  {%- for item in Data.megaMenu.dropdown -%}
41
40
  <div class="catPad mb-4">
@@ -54,8 +53,6 @@
54
53
  </div>
55
54
  {%- endfor -%}
56
55
  </div>
57
-
58
-
59
56
  {%- else -%}
60
57
  {%- if dataToShow.megaMenu -%}
61
58
  <div class="dropmenu dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
@@ -0,0 +1,167 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ <div class="container-fluid mx-0 auto-gen-content" style="margin-top: 100px;">
6
+ <div class="container">
7
+ <div class="row mx-auto-0">
8
+ <div class="col-md-8 mx-auto">
9
+ <div class="pageHeading text-left mb-5">
10
+ <h1 class="content-heading pb-0 m-0">
11
+ {{dataToShow.h1}}</h1>
12
+ {%- if dataToShow.h2 -%}
13
+ <h2>
14
+ {{dataToShow.h2}}</h2>
15
+ {%- endif -%}
16
+ </div>
17
+ <div id="toc_container table-of-content">
18
+ <div class="toc_list">
19
+ <ul class="d-flex" style="flex-wrap: wrap;gap:10px">
20
+ {%- for data in dataToShow.tableofcontent-%}
21
+ {%- for item in data -%}
22
+ <li class="tabledata">
23
+ <a class="sameStyle" href="#{{item}}">
24
+ {{item | capitalize }}
25
+ </a>
26
+ </li>
27
+ {%- endfor -%}
28
+ {%- endfor -%}
29
+ </ul>
30
+ </div>
31
+ </div>
32
+
33
+
34
+ <div class="subHeading template-heading" style="margin: 50px 0;">
35
+ {%- if site.name == "wordswithletters" -%}
36
+ <h4 class="content_sub_heading pb-0 m-0">
37
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
38
+ letter
39
+ words in
40
+ scrabble/word with friends as follows.
41
+ </h4>
42
+ {%- endif -%}
43
+ {%- if site.name == "wordfinders" -%}
44
+ <h4 class="content_sub_heading pb-0 m-0">
45
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
46
+ letter
47
+ words in
48
+ scrabble/word with friends as follows.
49
+ </h4>
50
+ {%- endif -%}
51
+ {%- if site.name == "wordscramblers" -%}
52
+ <h4 class="content_sub_heading pb-0 m-0">
53
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
54
+ letter
55
+ words in
56
+ scrabble/word with friends as follows.
57
+ </h4>
58
+ {%- endif -%}
59
+ {%- if site.name == "wordunscramblerss" -%}
60
+ <h4 class="content_sub_heading pb-0 m-0">
61
+ Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}}
62
+ letter
63
+ words in
64
+ scrabble/word with friends as follows.
65
+ </h4>
66
+ {%- endif -%}
67
+ </div>
68
+
69
+ <div class="listofletters">
70
+ {%- for data in dataToShow.words-%}
71
+ <div class="list of letters" style="padding-bottom:50px" id="{{data.letter}}">
72
+ <span style="font-size: 20px;">
73
+ <strong>
74
+ {{data.letter | capitalize }}
75
+ </strong> </span>
76
+ <br>
77
+ <br>
78
+
79
+ <div class="allletters" style="word-wrap: break-word;">
80
+ <div class="d-flex" style="flex-wrap:wrap; gap:10px">
81
+ {%- for item in data.highestPoints -%}
82
+ <span class="pr-2" style="font-size: 13px;">{{item.letters}}</span>
83
+ {%- endfor -%}
84
+ </div>
85
+ </div>
86
+
87
+
88
+ {%- for item in data.highestPoints -%}
89
+ {%- if {{forloop.first}} -%}
90
+ {%- assign Hletter = item.letters -%}
91
+ {%- assign Hlowerpointscrablle = item.scrablepoints -%}
92
+ {%- assign Hlowerpointwwf = item.wwfpoints -%}
93
+ {%- endif -%}
94
+ {%- endfor -%}
95
+
96
+ {%- for item in data.lowesPoints -%}
97
+ {%- if {{forloop.first}} -%}
98
+ {%- assign lowerletter = item.letters -%}
99
+ {%- assign lowerpointscrablle = item.scrablepoints -%}
100
+ {%- assign lowerpointwwf = item.wwfpoints -%}
101
+ {%- endif -%}
102
+ {%- endfor -%}
103
+
104
+
105
+ <p style="color:#000; font-size:15px; margin-top:20px; margin-bottom: 0;">
106
+ If you get letters <b>{{data.letter}}</b>, you can use our {{data.x}} letter word finder to
107
+ create word
108
+ <b> {{Hletter}}</b>
109
+ which has <b>{{Hlowerpointscrablle}}</b> points in scrabble. One can also create
110
+ <b>{{lowerletter}}</b>
111
+ with
112
+ these
113
+ letters
114
+ which would have
115
+ fetched <b>{{lowerpointscrablle}}</b> points, but would have been a wrong choice, as it
116
+ would
117
+ have led
118
+ to a
119
+ lower score.
120
+ Similarly you can use our {{data.x}} letter word finder to create word <b>{{Hletter}}</b>
121
+ which
122
+ has <b>{{Hlowerpointwwf}}</b>
123
+ points in
124
+ words
125
+ with friends and word <b>{{lowerletter}}</b> which has <b>{{lowerpointwwf}}</b> points
126
+ </p>
127
+
128
+
129
+ <br>
130
+ <br>
131
+ <strong style="font-size: 15px;">
132
+ Summary
133
+ </strong>
134
+ <br>
135
+ <br>
136
+ {%- for item in data.highestPoints -%}
137
+ {%- if {{forloop.first}} -%}
138
+ <table class="table table-bordered" style="font-size: 14px;">
139
+ <tr>
140
+ <th>
141
+ Letter
142
+ </th>
143
+ <th>
144
+ Highest score in scrabble
145
+ </th>
146
+ <th>
147
+ Highest score in words with friends.
148
+ </th>
149
+ </tr>
150
+ <tr>
151
+ <td>
152
+ {{data.letter | capitalize }}
153
+ </td>
154
+ <td>{{item.letters }} - {{item.scrablepoints}}</td>
155
+ <td>{{item.letters }} - {{item.wwfpoints}}</td>
156
+ </tr>
157
+ </table>
158
+ {%- endif -%}
159
+ {%- endfor -%}
160
+
161
+ </div>
162
+ {%- endfor -%}
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
@@ -0,0 +1,97 @@
1
+ <style>
2
+ table td {
3
+ padding: 1.75rem !important;
4
+ border-bottom: 1px solid #dee2e6;
5
+ border: 0;
6
+ margin-bottom: 10px;
7
+ background: #FAFAFA;
8
+ box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
9
+ }
10
+ </style>
11
+ <div class="row xyzPad" style="padding:0px .2rem 5rem .2rem">
12
+ <div class="col-md-12">
13
+ <div class="filters d-flex justify-content-between align-items-center">
14
+ <div class="wordCount"><strong>
15
+ {{dataToShow.wordLength}}
16
+ </strong></div>
17
+
18
+ <div class="d-none tab_link_wrapper" style="position: relative;">
19
+ <div id="tab-scroll" class="tab-scroll flex-row">
20
+ <input type="button" name="" id="prev" class="prev tabsBg noOutline cursorPointer" value=" "
21
+ style="display: none;">
22
+ <div id="tab-container" class="search-container tab_container flex-row">
23
+ <input type="button" id="Tab_6" onclick="Filtering(6)" value="6 Letter"
24
+ class="tab_link cursorPointer active-tab">
25
+
26
+ <input type="button" id="Tab_5" onclick="Filtering(5)" value="5 Letter"
27
+ class="tab_link cursorPointer">
28
+
29
+ <input type="button" id="Tab_4" onclick="Filtering(4)" value="4 Letter"
30
+ class="tab_link cursorPointer">
31
+
32
+ <input type="button" id="Tab_3" onclick="Filtering(3)" value="3 Letter"
33
+ class="tab_link cursorPointer">
34
+
35
+ <input type="button" id="Tab_2" onclick="Filtering(2)" value="2 Letter"
36
+ class="tab_link cursorPointer">
37
+ </div>
38
+ <input type="button" name="" id="next" class="next tabsBg noOutline cursorPointer" value=" "
39
+ style="display: none;">
40
+ </div>
41
+ </div>
42
+ <div class="wrapper_dropDown mt-3 d-flex justify-content-end" style="gap:10px;">
43
+ <div class="letter-length">
44
+ <select class="form-select length-select" onchange="Filtering(2)">
45
+ <option selected="true" hidden>Letter Length</option>
46
+ {%- for scrabblewords in dataToShow.words-%}
47
+ {%- for item in scrabblewords %}
48
+ {%- if forloop.index == 1 -%}
49
+ <option class="tab_link cursorPointer" id="Tab_{{item.i}}" value="{{item.i}}">{{item.i}} Letter</option>
50
+ {%- endif -%}
51
+ {%- endfor -%}
52
+ {%- endfor -%}
53
+
54
+
55
+ </select>
56
+ </div>
57
+ <div id="sort-select">
58
+ <select class="form-select sort-select" id="select_dropDown">
59
+ <option selected="true" hidden id="alpha" value="alpha">Sort by</option>
60
+ <option id="alpha" value="alpha">A-Z</option>
61
+ <option id="alpha" value="alpha">Z-A</option>
62
+ <option id="alpha" value="alpha">Points</option>
63
+ </select>
64
+ </div>
65
+ </div>
66
+ </div>
67
+
68
+ <div class="main">
69
+ {%- for scrabblewords in dataToShow.words-%}
70
+ {%- for item in scrabblewords %}
71
+ {%- if forloop.index == 1 -%}
72
+ <div class="allGroupWords wordlistContainer" id="alpha_{{item.i}}">
73
+ <div class="wordListHeading">
74
+ <h3 class="lead">{{item.i}} Letter Words</h3>
75
+ </div>
76
+
77
+ <div class="wordList">
78
+ <ul class="ul list-unstyled">
79
+ {%- for item in scrabblewords %}
80
+ {%- assign value = item.word -%}
81
+ <a class="anchor__style" title="Lookup python in Dictionary" target="_blank"
82
+ href="/word-meaning?search={{item.word}}">
83
+ <li class="list_word">{{item.word}}
84
+ <span class="points" value="14" style="position:relative; top:4px; font-size:12px">
85
+ {{item.points}}</span>
86
+ </li>
87
+ </a>
88
+ {%- endfor -%}
89
+ </ul>
90
+ </div>
91
+ </div>
92
+ {%- endif -%}
93
+ {%- endfor -%}
94
+ {%- endfor -%}
95
+ </div>
96
+ </div>
97
+ </div>
@@ -0,0 +1,75 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
5
+ {%- assign CustomColor = site.data.theme.colors -%}
6
+
7
+ <style>
8
+ .sticky_nav {
9
+ position: sticky;
10
+ width: inherit;
11
+ top: 58px;
12
+ background-color: #fff;
13
+ z-index: 99;
14
+ }
15
+ </style>
16
+ <!-- start commonPage as LandingPage -->
17
+ <section class="sticky_nav">
18
+ <div class="pageHeading text-center pt-5">
19
+ <h1 class="heading m-0 pb-0">
20
+ {{dataToShow.h1}}</h1>
21
+ {%- if dataToShow.h2 -%}
22
+ <h2>
23
+ {{dataToShow.h2}}</h2>
24
+ {%- endif -%}
25
+ </div>
26
+ <div class="serachSection">
27
+ <div class="position-relative serachBox">
28
+ <form action="{{page.url}}/result" id='form'>
29
+ <div class="container" id="containerWd">
30
+ <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
31
+ placeholder="Enter up to 15 letters?" class="txtBox" name="search" maxlength="15"
32
+ value={{page.value}} required>
33
+ <input
34
+ style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};"
35
+ type="submit" class="serachBtn" id="serach" value>
36
+ <div class="letter-close-button">
37
+ <svg width="40px" height="40px" viewBox="0 0 24 24" fill="none"
38
+ xmlns="http://www.w3.org/2000/svg">
39
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
40
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
41
+ <g id="SVGRepo_iconCarrier">
42
+ <path
43
+ d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM15.36 14.3C15.65 14.59 15.65 15.07 15.36 15.36C15.21 15.51 15.02 15.58 14.83 15.58C14.64 15.58 14.45 15.51 14.3 15.36L12 13.06L9.7 15.36C9.55 15.51 9.36 15.58 9.17 15.58C8.98 15.58 8.79 15.51 8.64 15.36C8.35 15.07 8.35 14.59 8.64 14.3L10.94 12L8.64 9.7C8.35 9.41 8.35 8.93 8.64 8.64C8.93 8.35 9.41 8.35 9.7 8.64L12 10.94L14.3 8.64C14.59 8.35 15.07 8.35 15.36 8.64C15.65 8.93 15.65 9.41 15.36 9.7L13.06 12L15.36 14.3Z"
44
+ fill="#292D32"></path>
45
+ </g>
46
+ </svg>
47
+ </div>
48
+ <span class="d-none focus-border">
49
+ <i></i>
50
+ </span>
51
+ <div class="dictonaryDropdown">
52
+ <!-- <div class="dictonaryDropdown"> -->
53
+ <select class="form-select select_dropDown2" name="dictionary"
54
+ aria-label="Default select example">
55
+ <option value="Dictionary">Dictionary</option>
56
+ <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
57
+ <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
58
+ <option value="wwf" id="wwf">Enable (Words With Friends)</option>
59
+ </select>
60
+ <!-- </div> -->
61
+ </div>
62
+ </div>
63
+
64
+ <div class="container">
65
+ {%- include wordgames/advanced-filter/advanced-filter.html -%}
66
+ </div>
67
+
68
+
69
+ </form>
70
+ </div>
71
+ </div>
72
+ </section>
73
+ <div class="container" id="containerWd">
74
+ {% include wordgames/xyzpages/xyz-words.html %}
75
+ </div>
@@ -0,0 +1,61 @@
1
+ <style>
2
+ .inner-dropdown {
3
+ display: flex;
4
+ justify-content: space-evenly;
5
+ }
6
+
7
+ .inner-dropdown li {
8
+ list-style: none;
9
+ padding: 5px 0;
10
+ text-align: left;
11
+ }
12
+
13
+ .anchor_links {
14
+ text-decoration: none;
15
+ color: white;
16
+ }
17
+
18
+ .anchor_links:hover {
19
+ text-decoration: underline !important;
20
+ color: white;
21
+ }
22
+
23
+ @media(max-width:768px) {
24
+ .inner-dropdown {
25
+ flex-direction: column;
26
+ }
27
+ }
28
+ </style>
29
+ <div class="main_row row py-5 mx-0 mt-5">
30
+ <div class="col-md-11 mx-auto">
31
+ {%- if dataToShow.megaMenu -%}
32
+ <div class="inner-dropdown">
33
+ {%- for item in dataToShow.megaMenu.dropdown -%}
34
+ <div class="catPad mb-4">
35
+ <p class="text-muted">{{item.categoryName}}</p>
36
+ <div> {%- for item in item.links -%}
37
+ <p>
38
+ <a class="anchor_links" href="{{item.url}}">
39
+ {{item.name}}</a>
40
+ </p>
41
+ {%- endfor -%}
42
+ </div>
43
+ </div>
44
+ {%- endfor -%}
45
+ </div>
46
+ {%- endif -%}
47
+ </div>
48
+ </div>
49
+
50
+ <div class="row m-0 py-3" style="background-color: white;">
51
+ <div class="col-12">
52
+ <div class="text-center px-md-5 px-0 footer__flexbox">
53
+ <p style="font-size:18px"
54
+ class="m-0 text-black">{{site.copyright_text}}</p>
55
+ <!-- <p class="m-0"><a class="footer__link" href="/privacy-policy">Privacy Policy</a>
56
+ <a class="footer__link" href="/terms-and-conditions">| Terms of Use</a>
57
+ </p> -->
58
+ </div>
59
+ </div>
60
+ </div>
61
+ </div>
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include wordgames/head/head.html -%}
5
+
6
+ <body>
7
+ {%- include wordgames/header/header.html -%}
8
+
9
+ {{content}}
10
+
11
+ {%- include wordgames/footer/footer.html -%}
12
+
13
+ {%- include wordgames/scripts/scripts.html -%}
14
+ <script defer src="/assets/js/theme.js"></script>
15
+ </body>
16
+
17
+ </html>
@@ -2,7 +2,6 @@
2
2
  <html lang="en">
3
3
 
4
4
  {%- include wordgames/head/head.html -%}
5
-
6
5
  <body>
7
6
  {%- include wordgames/header/header.html -%}
8
7
 
@@ -72,6 +71,7 @@
72
71
  {%- endif -%}
73
72
  <script defer src="/assets/js/theme.js"></script>
74
73
  <script defer src="/assets/js/wordgames-home.js"></script>
74
+
75
75
  </body>
76
76
 
77
77
  </html>
@@ -3,7 +3,7 @@
3
3
  {%- include wordgames/head/head.html -%}
4
4
  <style>
5
5
  .main_row {
6
- background-color: #262626;
6
+ background-color: #000;
7
7
  color: var(--txtColor1);
8
8
  font-size: 12px;
9
9
  }
@@ -93,10 +93,8 @@
93
93
  <div class="wordgametheme-sidebar-right"></div>
94
94
  {%- endif -%}
95
95
 
96
-
97
96
  {%- include wordgames/xyzpages/xyz.html -%}
98
97
 
99
-
100
98
  {% include wordgames/featurehighlights/featurehighlights.html %}
101
99
  {%- include wordgames/howto/howto.html -%}
102
100
 
@@ -112,14 +110,16 @@
112
110
 
113
111
  {%- include wordgames/rating/rating.html -%}
114
112
 
115
- {%- include share/socialshare.html -%}
113
+ <!-- {%- include share/socialshare.html -%} -->
116
114
 
117
115
  {% include wordgames/adblocker/adblocker.html %}
118
116
 
119
- {% include xyzpages/xyzFooter.html %}
117
+ {% include wordgames/xyzpages/xyzFooter.html %}
120
118
 
121
119
 
122
- <script defer src="/assets/js/xyz.js"></script>
120
+ <script defer src="/assets/js/wordgames-xyz.js"></script>
121
+ <script defer src="/assets/js/theme.js"></script>
122
+ <script defer src="/assets/js/wordgames-home.js"></script>
123
123
 
124
124
  {%- include wordgames/scripts/scripts.html -%}
125
125
  </body>
@@ -0,0 +1,177 @@
1
+ .content-heading {
2
+ font-weight: 600;
3
+ font-size: 30px;
4
+ padding-bottom: 0.8rem;
5
+ color: #1e283c;
6
+ }
7
+
8
+ .toc_list {
9
+ padding: 0px !important;
10
+ background: white;
11
+ }
12
+
13
+ .letter-word {
14
+ background-color: var(--primary-color);
15
+ border-radius: 2px;
16
+ padding: 10px 2rem;
17
+ }
18
+ .toc_list .sameStyle {
19
+ color: #000 !important;
20
+ }
21
+
22
+ tbody{
23
+ background-color: #E8FFFB;
24
+ }
25
+ .table-bordered td, .table-bordered th{
26
+ padding: 1.5rem 3rem;
27
+ border: 1px solid #3E3E3E;
28
+ }
29
+ .allletters span{
30
+ box-sizing: border-box;
31
+ line-height: 30px;
32
+ letter-spacing: 0.3px;
33
+ box-sizing: border-box;
34
+ letter-spacing: 0.3px;
35
+ font-size: 12px;
36
+ list-style: none;
37
+ padding: 8px 0;
38
+ background: #f8f9fa;
39
+ border-radius: 5px;
40
+ margin-right: 10px;
41
+ margin-left: 0px;
42
+ width: auto;
43
+ min-width: 100px;
44
+ text-align: center;
45
+ border: solid 1px var(--black-color);
46
+ box-shadow: 2px 2px 1px 0 var(--black-color);
47
+ display: block;
48
+ }
49
+ .toc_list .tabledata {
50
+ box-sizing: border-box;
51
+ line-height: 30px;
52
+ letter-spacing: 0.3px;
53
+ box-sizing: border-box;
54
+ letter-spacing: 0.3px;
55
+ font-size: 12px;
56
+ list-style: none;
57
+ padding: 8px 0;
58
+ background: #f8f9fa;
59
+ border-radius: 5px;
60
+ margin-right: 10px;
61
+ margin-left: 0px;
62
+ width: auto;
63
+ min-width: 100px;
64
+ text-align: center;
65
+ border: solid 1px var(--black-color);
66
+ box-shadow: 2px 2px 1px 0 var(--black-color);
67
+ }
68
+
69
+ .content_sub_heading {
70
+ font-weight: 600;
71
+ font-size: 18px;
72
+ padding-bottom: 0.8rem;
73
+ color: #1e283c;
74
+ }
75
+
76
+ #toc_container {
77
+ background: #fff;
78
+ box-shadow: 0 0 1px grey;
79
+ /* border: 1px solid #aaa; */
80
+ display: table;
81
+ font-size: 95%;
82
+ margin-bottom: 1em;
83
+ padding: 20px;
84
+ width: 100%;
85
+ }
86
+
87
+ .listofwords .wordsdata {
88
+ margin-bottom: 40px;
89
+ }
90
+
91
+ .wordsdata .word-heading {
92
+ margin: 20px 0;
93
+ /* margin-bottom: 40px; */
94
+ color: #000;
95
+ vertical-align: baseline;
96
+ cursor: pointer;
97
+ line-height: 1.5;
98
+ font-family: Montserrat, sans-serif;
99
+ font-weight: 600;
100
+ line-height: 1.5;
101
+ border-radius: 2px;
102
+ }
103
+ .word-details{
104
+ margin-top: 2rem;
105
+ }
106
+
107
+ .wordsdata .word-title {
108
+ font-size: 15px;
109
+ margin: 0px 0;
110
+ /* margin-bottom: 40px; */
111
+ color: #000;
112
+ vertical-align: baseline;
113
+ cursor: pointer;
114
+ line-height: 1.5;
115
+ font-family: Montserrat, sans-serif;
116
+ font-weight: 600;
117
+ line-height: 1.5;
118
+ background-color: var(--primary-color);
119
+ padding: 10px 2rem;
120
+ display: inline;
121
+ }
122
+
123
+ .wordsdata .wordsDetails {
124
+ margin-left: 20px;
125
+ line-height: 30px;
126
+ letter-spacing: .3px;
127
+ font-size: 13px;
128
+ color: #585858;
129
+ font-weight: 600;
130
+ }
131
+
132
+
133
+ .inner-dropdown {
134
+ display: flex;
135
+ justify-content: space-evenly;
136
+ }
137
+
138
+ .inner-dropdown li {
139
+ list-style: none;
140
+ padding: 5px 0;
141
+ text-align: left;
142
+ }
143
+
144
+ .anchor_links {
145
+ text-decoration: none;
146
+ color: white;
147
+ font-size: 13px;
148
+ }
149
+
150
+ .anchor_links:hover {
151
+ text-decoration: underline !important;
152
+ color: white;
153
+ }
154
+
155
+ @media (max-width:768px) {
156
+ .inner-dropdown {
157
+ flex-direction: column;
158
+ }
159
+ .wordsdata .wordsDetails {
160
+ font-size: 12px;
161
+ }
162
+
163
+ .wordsdata .word-title {
164
+ font-size: 14px !important;
165
+ }
166
+
167
+ .word-heading,
168
+ .content_sub_heading {
169
+ font-size: 14px;
170
+ line-height: 25px;
171
+ }
172
+
173
+ .anchor_links {
174
+ font-size: inherit !important;
175
+ }
176
+
177
+ }
@@ -37,6 +37,9 @@
37
37
  padding: 15px 0;
38
38
  }
39
39
 
40
+ .pageHeading{
41
+ position: relative;
42
+ }
40
43
  .pageHeading h1 {
41
44
  font-size: 43px;
42
45
  font-weight: 600;
@@ -0,0 +1,203 @@
1
+ let main = document.querySelector('.main')
2
+ let tab_container = document.querySelector('.tab_container')
3
+ var sortValue
4
+ var sortBool = false
5
+ var theSelect = document.getElementById('select_dropDown')
6
+ let lengthSelect = document.querySelector(".length-select");
7
+
8
+ // Add Filtering
9
+ let sections = {}
10
+ function Filtering(id) {
11
+ id = lengthSelect.value
12
+ main.innerHTML += ``
13
+ var section = document.querySelectorAll('.allGroupWords')
14
+ var sort_val = "alpha";
15
+ Array.prototype.forEach.call(section, function (e) {
16
+ if (document.body.clientWidth > 991) {
17
+ sections[e.id] = e.offsetTop - 10
18
+ } else {
19
+ sections[e.id] = e.offsetTop - 10
20
+ }
21
+ })
22
+ console.log(sort_val + '_' + id);
23
+ document.documentElement.scrollTop = sections[sort_val + '_' + id] + 5
24
+ }
25
+
26
+
27
+
28
+ // sorting for words
29
+ theSelect.addEventListener("change", () => {
30
+ sortValue = theSelect[theSelect.selectedIndex].text;
31
+ let list_word = document.getElementsByClassName("list_word")
32
+ let data = []
33
+ Array.from(list_word).forEach(item => {
34
+ item.removeChild(item.lastElementChild);
35
+ data.push(item.innerHTML.replace(/\s/g, ''))
36
+ })
37
+ if (sortValue == "Z-A") {
38
+ sortBool = "Z-A";
39
+ sortby(sortBool, data);
40
+ } else if (sortValue == "Points") {
41
+ sortBool = "Points";
42
+ sortPointsby(sortBool, data);
43
+ } else {
44
+ sortBool = "A-Z";
45
+ sortby(sortBool, data);
46
+ }
47
+ });
48
+
49
+ // sort by aplhabets
50
+ function sortby(sortValue, data) {
51
+ if (sortValue === "Z-A") {
52
+ appendData(sortValue, data.reverse())
53
+ }
54
+ else if (sortValue === "A-Z") {
55
+ appendData(sortValue, data.sort())
56
+ }
57
+ }
58
+ // sorting by points
59
+ function sortPointsby(sortValue, data) {
60
+ if (sortValue === "Points") {
61
+ let newArray = [];
62
+ data.map((item) => {
63
+ if (item.length === 1) {
64
+ ok = false;
65
+ } else {
66
+ let ScrabbleLetterScore = ScrabbleScore();
67
+ let points = 0;
68
+ let word = item.replace(/<\/?[^>]+>/gi, '')
69
+ for (let i = 0; i < word.length; i++) {
70
+ points += ScrabbleLetterScore[word[i]] || 0;
71
+ }
72
+ const value = {
73
+ words: item,
74
+ points: points,
75
+ };
76
+ newArray.push(value);
77
+ }
78
+ });
79
+ newArray.sort(function (a, b) {
80
+ return b.points - a.points;
81
+ });
82
+ appendData(sortValue, newArray)
83
+ }
84
+ }
85
+
86
+ function appendData(sortValue, data) {
87
+ main.innerHTML = "";
88
+ let newWordsLength = 0;
89
+ for (let i = 15; i > 0; i--) {
90
+ let newdata
91
+ if (sortValue === "Points") {
92
+ newdata = data.filter((item) => item.words.replace(/<\/?[^>]+>/gi, '').length === i)
93
+ } else {
94
+ newdata = data.filter((item) => item.replace(/<\/?[^>]+>/gi, '').length === i)
95
+ }
96
+ if (newdata.length === 0) {
97
+ main.innerHTML += "";
98
+ } else {
99
+ newWordsLength += newdata.length;
100
+ const result = newdata.map((item) => {
101
+ let ScrabbleLetterScore = ScrabbleScore();
102
+ let points = 0;
103
+ let word
104
+ if (sortValue === "Points") {
105
+ word = item.words.replace(/<\/?[^>]+>/gi, '')
106
+ item = item.words
107
+ } else {
108
+ word = item.replace(/<\/?[^>]+>/gi, '')
109
+ }
110
+ for (let i = 0; i < word.length; i++) {
111
+ points += ScrabbleLetterScore[word[i]] || 0; // for unknown characters
112
+ }
113
+ return `
114
+ <a class="anchor__style" title="Lookup ${item.replace(/<\/?[^>]+>/gi, '')} in Dictionary" target="_blank"
115
+ href="/word-meaning?search=${item.replace(/<\/?[^>]+>/gi, '')}">
116
+ <li class="list_word">
117
+ ${item}
118
+ <span class="points" value="${points}" style="position:relative; top:4px; font-size:12px">${points}</span>
119
+ </li>
120
+ </a>
121
+ `});
122
+
123
+ main.innerHTML += `
124
+ <div class="allGroupWords wordlistContainer" id="alpha_${i}">
125
+ <div class="wordListHeading">
126
+ <h3 class="lead">${i} Letter Words</h3>
127
+ </div>
128
+ <div class="wordList">
129
+ <ul class="ul list-unstyled">
130
+ ${result.join('')}
131
+ </ul>
132
+ </div>
133
+ </div>
134
+ `
135
+ }
136
+ }
137
+ }
138
+ // Scrabble Point Array
139
+ const ScrabbleScore = () => {
140
+ let twl06_sowpods = {
141
+ a: 1,
142
+ e: 1,
143
+ i: 1,
144
+ o: 1,
145
+ u: 1,
146
+ l: 1,
147
+ n: 1,
148
+ r: 1,
149
+ s: 1,
150
+ t: 1,
151
+ d: 2,
152
+ g: 2,
153
+ b: 3,
154
+ c: 3,
155
+ m: 3,
156
+ p: 3,
157
+ f: 4,
158
+ h: 4,
159
+ v: 4,
160
+ w: 4,
161
+ y: 4,
162
+ k: 5,
163
+ j: 8,
164
+ x: 8,
165
+ q: 10,
166
+ z: 10,
167
+ };
168
+
169
+ let wwfScore = {
170
+ a: 1,
171
+ b: 4,
172
+ c: 4,
173
+ d: 2,
174
+ e: 1,
175
+ f: 4,
176
+ g: 3,
177
+ h: 3,
178
+ i: 1,
179
+ j: 10,
180
+ k: 5,
181
+ l: 2,
182
+ m: 4,
183
+ n: 2,
184
+ o: 1,
185
+ p: 4,
186
+ q: 10,
187
+ r: 1,
188
+ s: 1,
189
+ t: 1,
190
+ u: 2,
191
+ v: 5,
192
+ w: 4,
193
+ x: 8,
194
+ y: 3,
195
+ z: 10,
196
+ };
197
+
198
+ // if (dictonary === "wwf") {
199
+ // return wwfScore;
200
+ // } else {
201
+ return twl06_sowpods;
202
+ // }
203
+ };
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: 2.2.7
4
+ version: 2.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-23 00:00:00.000000000 Z
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -164,8 +164,12 @@ files:
164
164
  - _includes/word-game/word-game-generator-online.html
165
165
  - _includes/word-game/word-game-play.html
166
166
  - _includes/wordfinderstrategy/content.html
167
+ - _includes/wordgames/adblocker/adblocker.html
167
168
  - _includes/wordgames/advanced-filter/advanced-filter.html
168
169
  - _includes/wordgames/authorpagehead/authorpagehead.html
170
+ - _includes/wordgames/autogenerated/content.html
171
+ - _includes/wordgames/autogenerated/footer.html
172
+ - _includes/wordgames/cssfile/links.html
169
173
  - _includes/wordgames/faqs/faqs.html
170
174
  - _includes/wordgames/featurehighlights/featurehighlights.html
171
175
  - _includes/wordgames/footer/footer.html
@@ -188,9 +192,13 @@ files:
188
192
  - _includes/wordgames/seo/seo.html
189
193
  - _includes/wordgames/word-game/word-game-generator-online.html
190
194
  - _includes/wordgames/word-game/word-game-play.html
195
+ - _includes/wordgames/wordfinderstrategy/content.html
191
196
  - _includes/wordgames/wordle-solver/wordle-solver.html
192
197
  - _includes/wordgames/words-data/words-data.html
193
198
  - _includes/wordgames/words-point-table/words-point-table.html
199
+ - _includes/wordgames/xyzpages/xyz-words.html
200
+ - _includes/wordgames/xyzpages/xyz.html
201
+ - _includes/wordgames/xyzpages/xyzFooter.html
194
202
  - _includes/wordle-solver/wordle-solver.html
195
203
  - _includes/xyzpages/xyz.html
196
204
  - _includes/xyzpages/xyzFooter.html
@@ -212,6 +220,7 @@ files:
212
220
  - _layouts/tools.html
213
221
  - _layouts/wordMeaning.html
214
222
  - _layouts/wordgames-about.html
223
+ - _layouts/wordgames-allpages.html
215
224
  - _layouts/wordgames-author.html
216
225
  - _layouts/wordgames-authors.html
217
226
  - _layouts/wordgames-autogencontent.html
@@ -243,6 +252,7 @@ files:
243
252
  - assets/css/resultWordleSolver.css
244
253
  - assets/css/style.css
245
254
  - assets/css/wordGroup.css
255
+ - assets/css/wordgames-autogencontent.css
246
256
  - assets/css/wordgames-blog.css
247
257
  - assets/css/wordgames-game.css
248
258
  - assets/css/wordgames-home.css
@@ -374,6 +384,7 @@ files:
374
384
  - assets/js/wordgames-home.js
375
385
  - assets/js/wordgames-result.js
376
386
  - assets/js/wordgames-xletter.js
387
+ - assets/js/wordgames-xyz.js
377
388
  - assets/js/wordleSolver.js
378
389
  - assets/js/wordleSolverResult.js
379
390
  - assets/js/words-in-certain-positions.js