word-games-theme 1.2.5 → 1.2.6
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 +4 -4
- data/_includes/WordPointTables/table.html +8 -8
- data/_includes/autogenerated/content.html +13 -15
- data/_includes/section/commonPage.html +1 -1
- data/_includes/section/news.html +2 -2
- data/_includes/wordfinderstrategy/content.html +8 -8
- data/assets/css/home.css +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26dba4549d1dcf72b4e57eee04191d71fdb8c89bb6c2c034fd29ca2b36300108
|
|
4
|
+
data.tar.gz: 6bbecf9dc061dfc7c12ac7905ce4216188317dc2dd767f19f49815506d6dcb8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6301443d8d46c7d0d99ee069639e0554a2b7fadf041ee69ef845c0f9f5a45cbc3304ce5a31752b1a132e0e774af7a0b543400040eb2d5099fb00cdd07fe4ed6c
|
|
7
|
+
data.tar.gz: 9067279c0bf55f1b567f4617638e52ae8c89807489087fba945afff4bb089648a3874941deb470568fd3ffc99df1458c591ab24d0ba3409a7398a14099717669
|
|
@@ -52,37 +52,37 @@
|
|
|
52
52
|
{%- if forloop.index == 1 -%}
|
|
53
53
|
|
|
54
54
|
{%- if site.name == "wordswithletters" -%}
|
|
55
|
-
<
|
|
55
|
+
<h3 class="{{item.x}}-letter" role="heading" style="font-size: 18px;">
|
|
56
56
|
Top scoring {{item.x}} letter words with letters <span class="joinString">{{item.letter}}</span> for
|
|
57
57
|
{{item.gameName}}
|
|
58
|
-
</
|
|
58
|
+
</h3>
|
|
59
59
|
|
|
60
60
|
{%- endif -%}
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
{%- if site.name == "wordfinders" -%}
|
|
64
|
-
<
|
|
64
|
+
<h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
|
|
65
65
|
{{item.x}} letter words with highest score for {{item.gameName}} containing letters
|
|
66
66
|
<span class="joinString">{{item.letter }}</span> using {{item.x}} letter word finder
|
|
67
|
-
</
|
|
67
|
+
</h3>
|
|
68
68
|
{%- endif -%}
|
|
69
69
|
|
|
70
70
|
{%- if site.name == "wordscramblers" -%}
|
|
71
|
-
<
|
|
71
|
+
<h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
|
|
72
72
|
Top scoring {{item.x}} letter words for {{item.gameName}} containing letters
|
|
73
73
|
<span class="joinString">{{item.letter}}</span>
|
|
74
74
|
using our {{item.x}} letter
|
|
75
75
|
word scrambler
|
|
76
|
-
</
|
|
76
|
+
</h3>
|
|
77
77
|
{%- endif -%}
|
|
78
78
|
|
|
79
79
|
{%- if site.name == "wordunscramblerss" -%}
|
|
80
|
-
<
|
|
80
|
+
<h3 class="{{item.x}}-letter-words-heading" style="font-size: 18px;">
|
|
81
81
|
{{item.x}} letter words with highest score for {{item.gameName}} with letters
|
|
82
82
|
<span class="joinString">{{item.letter}}</span>
|
|
83
83
|
using our {{item.x}} letter
|
|
84
84
|
word unscrambler
|
|
85
|
-
</
|
|
85
|
+
</h3>
|
|
86
86
|
|
|
87
87
|
{%- endif -%}
|
|
88
88
|
{%- endif -%}
|
|
@@ -36,38 +36,38 @@
|
|
|
36
36
|
</div>
|
|
37
37
|
<div class="subHeading" style="margin: 50px 0;">
|
|
38
38
|
{%- if site.name == "wordswithletters" -%}
|
|
39
|
-
<
|
|
39
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
40
40
|
Using our {{dataToShow.x}} letter words with letters , you can find following high
|
|
41
41
|
scoring words
|
|
42
42
|
using
|
|
43
43
|
{{dataToShow.letter | capitalize }}
|
|
44
|
-
</
|
|
44
|
+
</h4>
|
|
45
45
|
{%- endif -%}
|
|
46
46
|
{%- if site.name == "wordfinders" -%}
|
|
47
|
-
<
|
|
47
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
48
48
|
Using our {{dataToShow.x}} letter Word Finder you can find the following high scoring words with
|
|
49
49
|
given letters
|
|
50
50
|
{{dataToShow.letter | capitalize }}
|
|
51
|
-
</
|
|
51
|
+
</h4>
|
|
52
52
|
{%- endif -%}
|
|
53
53
|
{%- if site.name == "wordscramblers" -%}
|
|
54
|
-
<
|
|
54
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
55
55
|
|
|
56
56
|
All possible high scoring words from scrambled letters {{dataToShow.letter | capitalize }} which you
|
|
57
57
|
can find
|
|
58
58
|
using our
|
|
59
59
|
unscramble {{dataToShow.x}}
|
|
60
60
|
letter tool are as following
|
|
61
|
-
</
|
|
61
|
+
</h4>
|
|
62
62
|
{%- endif -%}
|
|
63
63
|
{%- if site.name == "wordunscramblerss" -%}
|
|
64
|
-
<
|
|
64
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
65
65
|
Following are the high scoring unscrambled words with the letters {{dataToShow.letter | capitalize}}
|
|
66
66
|
which you
|
|
67
67
|
can find using
|
|
68
68
|
our {{dataToShow.x}}
|
|
69
69
|
letter word scramble
|
|
70
|
-
</
|
|
70
|
+
</h4>
|
|
71
71
|
{%- endif -%}
|
|
72
72
|
</div>
|
|
73
73
|
<div class="listofwords">
|
|
@@ -75,17 +75,15 @@
|
|
|
75
75
|
{%- for item in letter -%}
|
|
76
76
|
<div class="wordsdata" id="{{item.word}}">
|
|
77
77
|
<a>
|
|
78
|
-
<
|
|
78
|
+
<h3 class="word-heading">
|
|
79
79
|
{{forloop.index}}.
|
|
80
80
|
{{dataToShow.wordLength }}
|
|
81
|
-
</
|
|
81
|
+
</h3>
|
|
82
82
|
</a>
|
|
83
83
|
<ul class="word-details">
|
|
84
|
-
<
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</h2>
|
|
88
|
-
</a>
|
|
84
|
+
<li style="font-size: 18px; list-style: none;" class="word-title">
|
|
85
|
+
{{item.word | capitalize }}
|
|
86
|
+
</li>
|
|
89
87
|
<li class="wordsDetails">
|
|
90
88
|
{{item.scrabble}}
|
|
91
89
|
</li>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
{%- if site.MonumetricID -%}
|
|
20
20
|
|
|
21
|
-
<span class="mobile_bars"><i id="bars_style" class="bi bi-list bi-2x bars"></i></span>
|
|
21
|
+
<span class="mobile_bars"><i style="top:0px" id="bars_style" class="bi bi-list bi-2x bars"></i></span>
|
|
22
22
|
<div id="open_list_bar">
|
|
23
23
|
{%- if header.megaMenu -%}
|
|
24
24
|
<div style="padding:2rem 0">
|
data/_includes/section/news.html
CHANGED
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
{% if site.MonumetricID and page.url != '/' %}
|
|
27
27
|
{% for entry in dataToShow.faqList %}
|
|
28
28
|
<div class="col-md-8 mx-auto pt-5">
|
|
29
|
-
<h3 class="meduim-text2 text-center mb-
|
|
29
|
+
<h3 class="meduim-text2 text-center mb-2">{{entry.Question}}</h2>
|
|
30
30
|
<p class="meduim-text text-center mb-0">{{entry.Answer}}</p>
|
|
31
31
|
</div>
|
|
32
32
|
{% endfor %}
|
|
33
33
|
{%- else -%}
|
|
34
34
|
{% for entry in dataToShow.faqList %}
|
|
35
35
|
<div class="col-md-6 pt-5">
|
|
36
|
-
<h3 class="meduim-text2 mb-
|
|
36
|
+
<h3 class="meduim-text2 mb-2">{{entry.Question}}</h3>
|
|
37
37
|
<p class="meduim-text mb-0">{{entry.Answer}}</p>
|
|
38
38
|
</div>
|
|
39
39
|
{% endfor %}
|
|
@@ -35,32 +35,32 @@
|
|
|
35
35
|
|
|
36
36
|
<div class="subHeading template-heading" style="margin: 50px 0;">
|
|
37
37
|
{%- if site.name == "wordswithletters" -%}
|
|
38
|
-
<
|
|
38
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
39
39
|
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
|
40
40
|
words in
|
|
41
41
|
scrabble/word with friends as follows.
|
|
42
|
-
</
|
|
42
|
+
</h4>
|
|
43
43
|
{%- endif -%}
|
|
44
44
|
{%- if site.name == "wordfinders" -%}
|
|
45
|
-
<
|
|
45
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
46
46
|
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
|
47
47
|
words in
|
|
48
48
|
scrabble/word with friends as follows.
|
|
49
|
-
</
|
|
49
|
+
</h4>
|
|
50
50
|
{%- endif -%}
|
|
51
51
|
{%- if site.name == "wordscramblers" -%}
|
|
52
|
-
<
|
|
52
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
53
53
|
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
|
54
54
|
words in
|
|
55
55
|
scrabble/word with friends as follows.
|
|
56
|
-
</
|
|
56
|
+
</h4>
|
|
57
57
|
{%- endif -%}
|
|
58
58
|
{%- if site.name == "wordunscramblerss" -%}
|
|
59
|
-
<
|
|
59
|
+
<h4 class="content_sub_heading pb-0 m-0">
|
|
60
60
|
Using our {{dataToShow.x}} letter word finder you can create high scoring {{dataToShow.x}} letter
|
|
61
61
|
words in
|
|
62
62
|
scrabble/word with friends as follows.
|
|
63
|
-
</
|
|
63
|
+
</h4>
|
|
64
64
|
{%- endif -%}
|
|
65
65
|
</div>
|
|
66
66
|
|
data/assets/css/home.css
CHANGED
|
@@ -323,7 +323,7 @@ input:-webkit-autofill:active {
|
|
|
323
323
|
.mobile_bars{
|
|
324
324
|
cursor: pointer;
|
|
325
325
|
position: absolute;
|
|
326
|
-
top:
|
|
326
|
+
top:0px;
|
|
327
327
|
margin:0 40px
|
|
328
328
|
}
|
|
329
329
|
|
|
@@ -351,7 +351,7 @@ input:-webkit-autofill:active {
|
|
|
351
351
|
position: absolute;
|
|
352
352
|
right: 8px;
|
|
353
353
|
font-size: 28px;
|
|
354
|
-
top:
|
|
354
|
+
top: 15px;
|
|
355
355
|
cursor: pointer;
|
|
356
356
|
}
|
|
357
357
|
.cat_bar_logo_link{
|