word-games-theme 1.9.5 → 1.9.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/_data/wordgames/en/root.json +10 -0
- data/_includes/autogenerated/content.html +4 -1
- data/_includes/custom-head.html +2 -3
- data/_includes/footer/index.html +10 -3
- data/_includes/head/index.html +7 -5
- data/_includes/header/index.html +0 -25
- data/_includes/section/commonPage.html +0 -5
- data/_includes/section/faq.html +18 -0
- data/_includes/section/feature.html +37 -0
- data/_includes/section/recent_posts.html +44 -0
- data/_includes/section/related_categories_post.html +158 -134
- data/_includes/wordfinderstrategy/content.html +141 -133
- data/_layouts/aboutUs.html +59 -41
- data/_layouts/allAuthors.html +62 -43
- data/_layouts/autogencontent.html +5 -0
- data/_layouts/blog.html +64 -37
- data/_layouts/default.html +5 -0
- data/_layouts/disclaimer.html +121 -75
- data/_layouts/page.html +0 -11
- data/_layouts/page2.html +0 -9
- data/_layouts/post.html +69 -10
- data/_layouts/privacyPolicy.html +614 -378
- data/_layouts/termAndCondition.html +543 -379
- data/_layouts/tools.html +4 -1
- data/_layouts/xyzpages.html +6 -0
- data/assets/css/blog.css +40 -2
- data/assets/css/style.css +42 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 861002d13c13e4c180b03b37a7d1a080279ba60ba778611b764b4f290ecda637
|
|
4
|
+
data.tar.gz: 56de38a6a2b9bed46d88847057544898624d2a363e935a9b869f629bfe57a0f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a698031d4f4393843199f0c332e095db34c903a0c04b719f381dfe0e062fd9a79bd3a50229f8153f71772df902f479c6788b0e6e2e3c94d94d6ee3f525b7c0f
|
|
7
|
+
data.tar.gz: 39f44cf658ebb656c78cd2e5090dcbfb34f66a9a39757a4bfbc9124437cc5a3925e409b46f04608de7c1599bc448b25f99fc4ff46477985bd58631de61044b1d
|
|
@@ -46,6 +46,16 @@
|
|
|
46
46
|
"fa_class": "/assets/images/star.svg"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
|
+
"HOW_TO_CONTENT": {
|
|
50
|
+
"logoImageUrl": "/assets/images/check.svg",
|
|
51
|
+
"heading": "How to set alarm for $variable minutes:",
|
|
52
|
+
"steps": [
|
|
53
|
+
"Click on set alarm ",
|
|
54
|
+
"Set $variable minutes for alarm.",
|
|
55
|
+
"Choose sound of your choice.",
|
|
56
|
+
"Click submit to set alarm, that's it !."
|
|
57
|
+
]
|
|
58
|
+
},
|
|
49
59
|
"faqList": [
|
|
50
60
|
{
|
|
51
61
|
"Question": "Tips and tricks to Unscramble words quickly",
|
data/_includes/custom-head.html
CHANGED
|
@@ -66,9 +66,8 @@
|
|
|
66
66
|
true -%}
|
|
67
67
|
<link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
|
|
68
68
|
{%- endif -%}
|
|
69
|
-
<link rel="stylesheet" href="
|
|
70
|
-
|
|
71
|
-
<link rel="stylesheet" href="/assets/css/blog.css">
|
|
69
|
+
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
|
70
|
+
<link rel="stylesheet" href="/assets/css/blog.css?v={{ site.time | date: '%s' }}">
|
|
72
71
|
{%- include google-analytics.html -%}
|
|
73
72
|
|
|
74
73
|
|
data/_includes/footer/index.html
CHANGED
|
@@ -7,7 +7,12 @@
|
|
|
7
7
|
<div class="footer-wrap">
|
|
8
8
|
<div class="container">
|
|
9
9
|
<div class="footer-single-col">
|
|
10
|
-
|
|
10
|
+
{%- if site.ezoicAds -%}
|
|
11
|
+
{%- assign config = 'justify-content-center' -%}
|
|
12
|
+
{%- else -%}
|
|
13
|
+
{%- assign config = 'justify-content-between' -%}
|
|
14
|
+
{%- endif -%}
|
|
15
|
+
<div class="row d-flex {{config}}">
|
|
11
16
|
<div class="col-md-2 txt-secondary">
|
|
12
17
|
<p class="font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
|
|
13
18
|
'Links' }}</p>
|
|
@@ -88,7 +93,8 @@
|
|
|
88
93
|
<div class="modal-header">
|
|
89
94
|
<h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
|
|
90
95
|
</h5>
|
|
91
|
-
<button type="button" class="close" id="close-modal" data-dismiss="modal"
|
|
96
|
+
<button type="button" class="close" id="close-modal" data-dismiss="modal"
|
|
97
|
+
aria-label="Close">
|
|
92
98
|
<span aria-hidden="true">×</span>
|
|
93
99
|
</button>
|
|
94
100
|
</div>
|
|
@@ -186,7 +192,8 @@
|
|
|
186
192
|
<div class="modal-header">
|
|
187
193
|
<h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
|
|
188
194
|
</h5>
|
|
189
|
-
<button type="button" class="close" id="close-modal" data-dismiss="modal"
|
|
195
|
+
<button type="button" class="close" id="close-modal" data-dismiss="modal"
|
|
196
|
+
aria-label="Close">
|
|
190
197
|
<span aria-hidden="true">×</span>
|
|
191
198
|
</button>
|
|
192
199
|
</div>
|
data/_includes/head/index.html
CHANGED
|
@@ -22,18 +22,20 @@
|
|
|
22
22
|
{%- endif -%}
|
|
23
23
|
|
|
24
24
|
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
|
25
|
-
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<link rel="stylesheet" href="/assets/css/style.css?v={{ site.time | date: '%s' }}">
|
|
26
28
|
|
|
27
29
|
{%- if page.layout == "autogencontent"-%}
|
|
28
|
-
<link rel="stylesheet" href="/assets/css/content.css">
|
|
30
|
+
<link rel="stylesheet" href="/assets/css/content.css?v={{ site.time | date: '%s' }}">
|
|
29
31
|
{%- endif -%}
|
|
30
32
|
|
|
31
33
|
{%- if page.layout == 'page' or page.layout == 'page2' -%}
|
|
32
|
-
<link rel="stylesheet" href="/assets/css/wordGroup.css">
|
|
34
|
+
<link rel="stylesheet" href="/assets/css/wordGroup.css?v={{ site.time | date: '%s' }}">
|
|
33
35
|
{%- endif -%}
|
|
34
36
|
|
|
35
37
|
{%- if page.layout == 'xyzpages' -%}
|
|
36
|
-
<link rel="stylesheet" href="/assets/css/wordGroup.css">
|
|
38
|
+
<link rel="stylesheet" href="/assets/css/wordGroup.css?v={{ site.time | date: '%s' }}">
|
|
37
39
|
{%- endif -%}
|
|
38
40
|
|
|
39
41
|
{%- if page.wordle == 'solver' -%}
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
{%- endif -%}
|
|
53
55
|
|
|
54
56
|
{%- if site.show_allow_ad_blocker_pop -%}
|
|
55
|
-
<link rel="stylesheet" href="/assets/css/adBlocker.css">
|
|
57
|
+
<link rel="stylesheet" href="/assets/css/adBlocker.css?v={{ site.time | date: '%s' }}">
|
|
56
58
|
{%- endif -%}
|
|
57
59
|
|
|
58
60
|
<link rel="manifest" href="/manifest.json">
|
data/_includes/header/index.html
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{% assign lang = page.lang %}
|
|
2
2
|
{% assign dataToShow = site.data.header[lang].data %}
|
|
3
3
|
{%- assign CustomColor = site.data.theme.colors -%}
|
|
4
|
-
|
|
5
4
|
<header id="header">
|
|
6
5
|
<nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
|
|
7
6
|
<a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
|
|
@@ -13,8 +12,6 @@
|
|
|
13
12
|
<div class="header_bars"></div>
|
|
14
13
|
<div class="header_bars"></div>
|
|
15
14
|
</button>
|
|
16
|
-
|
|
17
|
-
{%- if site.MonumetricID -%}
|
|
18
15
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
19
16
|
<div class="navbar-nav">
|
|
20
17
|
<div class="nav-item">
|
|
@@ -43,27 +40,5 @@
|
|
|
43
40
|
</div>
|
|
44
41
|
</div>
|
|
45
42
|
</div>
|
|
46
|
-
{% else %}
|
|
47
|
-
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
48
|
-
<div class="navbar-nav">
|
|
49
|
-
<li class="nav-item">
|
|
50
|
-
<a class="nav-link" href="/blog">Blog</a>
|
|
51
|
-
</li>
|
|
52
|
-
<li class="nav-item dropdown" id="navbarDropdown">
|
|
53
|
-
<span class="nav-link dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" role="button">
|
|
54
|
-
More
|
|
55
|
-
</span>
|
|
56
|
-
<div class="top_tool_bar dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
|
|
57
|
-
{% for item in dataToShow.more %}
|
|
58
|
-
<a class="dropdown-item" href="{{item.url}}">
|
|
59
|
-
{{item.name}}
|
|
60
|
-
</a>
|
|
61
|
-
{% endfor %}
|
|
62
|
-
|
|
63
|
-
</div>
|
|
64
|
-
</li>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
{%- endif -%}
|
|
68
43
|
</nav>
|
|
69
44
|
</header>
|
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
<a class="nav_menu_bar" href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:5px">
|
|
11
11
|
<img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
|
|
12
12
|
</a>
|
|
13
|
-
|
|
14
|
-
{%- if site.MonumetricID -%}
|
|
15
13
|
<span class="mobile_bars"><i style="top:0px" id="bars_style" class="bi bi-list bi-2x bars"></i></span>
|
|
16
14
|
<div id="open_list_bar">
|
|
17
15
|
{%- if header.megaMenu -%}
|
|
@@ -41,9 +39,6 @@
|
|
|
41
39
|
{%- endfor -%}
|
|
42
40
|
{%- endif -%}
|
|
43
41
|
</div>
|
|
44
|
-
{%- endif -%}
|
|
45
|
-
|
|
46
|
-
|
|
47
42
|
<div class="container" id="containerWd">
|
|
48
43
|
<section class="result_sticky_nav">
|
|
49
44
|
<div class="pageHeading text-center">
|
data/_includes/section/faq.html
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
<div class="faqs news">
|
|
7
7
|
<p class="title mb-0">FAQ</p>
|
|
8
8
|
</div>
|
|
9
|
+
{%- if site.ezoicAds -%}
|
|
10
|
+
<div class="container">
|
|
11
|
+
<div class="row my-xl-0">
|
|
12
|
+
<div class="col-md-9 mx-auto">
|
|
13
|
+
<div class="row">
|
|
14
|
+
{% for entry in dataToShow.faqList %}
|
|
15
|
+
<div class="col-md-6 pt-5">
|
|
16
|
+
<h3 class="meduim-text2 mb-2">{{entry.Question}}</h3>
|
|
17
|
+
<p class="meduim-text mb-0">{{entry.Answer}}</p>
|
|
18
|
+
</div>
|
|
19
|
+
{% endfor %}
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
{%- else -%}
|
|
9
25
|
<div class="container">
|
|
10
26
|
<div class="row my-xl-0">
|
|
11
27
|
{% for entry in dataToShow.faqList %}
|
|
@@ -16,5 +32,7 @@
|
|
|
16
32
|
{% endfor %}
|
|
17
33
|
</div>
|
|
18
34
|
</div>
|
|
35
|
+
{%- endif -%}
|
|
36
|
+
|
|
19
37
|
</div>
|
|
20
38
|
</div>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{% assign file = page.fileName %}
|
|
2
2
|
{% assign lang = page.lang %}
|
|
3
3
|
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
|
4
|
+
|
|
4
5
|
<div class="container-fluid">
|
|
5
6
|
<div class="row">
|
|
6
7
|
<div class="ads_layout feature">
|
|
@@ -9,6 +10,7 @@
|
|
|
9
10
|
<p class="description">{{dataToShow.feature_description}}</p>
|
|
10
11
|
{%- endif -%}
|
|
11
12
|
</div>
|
|
13
|
+
{%- if site.ezoicAds -%}
|
|
12
14
|
<div class="container">
|
|
13
15
|
<div class="row text-center features_data">
|
|
14
16
|
{% assign totalHeaderCount = 0 %}
|
|
@@ -18,6 +20,40 @@
|
|
|
18
20
|
{% assign totalHeaderCount = totalHeaderCount | plus: word_count %}
|
|
19
21
|
{% endfor %}
|
|
20
22
|
|
|
23
|
+
<div class="col-md-9 mx-auto">
|
|
24
|
+
<div class="row">
|
|
25
|
+
{% for entry in dataToShow.featureList %}
|
|
26
|
+
<div class="col-md-6 my-3">
|
|
27
|
+
<div class="card-body h-100">
|
|
28
|
+
<img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
|
|
29
|
+
alt="{{entry.feature_heading}}"></img>
|
|
30
|
+
<div class="card-title">
|
|
31
|
+
{%- if dataToShow.h2 -%}
|
|
32
|
+
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
|
|
33
|
+
{{dataToShow.h2}}
|
|
34
|
+
{%- endif -%}
|
|
35
|
+
{%- else -%}
|
|
36
|
+
{{ entry.feature_heading }}
|
|
37
|
+
{%- endif -%}
|
|
38
|
+
</div>
|
|
39
|
+
<div class="card-text" style="color: gray;
|
|
40
|
+
font-size: 14px;">{{ entry.feature_text}}</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
{% endfor %}
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
{%- else -%}
|
|
49
|
+
<div class="container">
|
|
50
|
+
<div class="row text-center features_data">
|
|
51
|
+
{% assign totalHeaderCount = 0 %}
|
|
52
|
+
{% for data in dataToShow.featureList %}
|
|
53
|
+
{% assign words = data.feature_heading | split: " " %}
|
|
54
|
+
{% assign word_count = words | size %}
|
|
55
|
+
{% assign totalHeaderCount = totalHeaderCount | plus: word_count %}
|
|
56
|
+
{% endfor %}
|
|
21
57
|
|
|
22
58
|
{% for entry in dataToShow.featureList %}
|
|
23
59
|
<div class="col-lg-4 col-md-6 my-3">
|
|
@@ -40,6 +76,7 @@
|
|
|
40
76
|
{% endfor %}
|
|
41
77
|
</div>
|
|
42
78
|
</div>
|
|
79
|
+
{%- endif -%}
|
|
43
80
|
</div>
|
|
44
81
|
</div>
|
|
45
82
|
|
|
@@ -4,6 +4,49 @@
|
|
|
4
4
|
<h2 class="related_post_heading">Recent Posts</h2>
|
|
5
5
|
{%- endif -%}
|
|
6
6
|
<div class="row">
|
|
7
|
+
{%- if site.ezoicAds -%}
|
|
8
|
+
<div class="col-md-9 mx-auto">
|
|
9
|
+
<div class="row">
|
|
10
|
+
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
|
11
|
+
{% for post in posts limit: 6%}
|
|
12
|
+
{%- include /authors/authors.html -%}
|
|
13
|
+
<div class="col-md-6 mb-4 card-group">
|
|
14
|
+
<div class="card h-100">
|
|
15
|
+
<a href="{{ post.url }}">
|
|
16
|
+
<img src="{{ post.image }}" class="card-img-top" height="100%" width="100%"
|
|
17
|
+
loading="lazy" alt="{{post.title}}">
|
|
18
|
+
</a>
|
|
19
|
+
<div class="card-body">
|
|
20
|
+
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
21
|
+
<h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
|
|
22
|
+
</a>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="card-footer bg-white">
|
|
25
|
+
<div class="wrapfooter">
|
|
26
|
+
{% if post.author %}
|
|
27
|
+
<span class="meta-footer-thumb">
|
|
28
|
+
<img class="author-thumb" loading="lazy" height="35px" width="35px"
|
|
29
|
+
src="{{image}}" alt="{{ authorName }}">
|
|
30
|
+
</span>
|
|
31
|
+
{% endif %}
|
|
32
|
+
<span class="author-meta">
|
|
33
|
+
<span class="post-name">
|
|
34
|
+
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
35
|
+
</span><br>
|
|
36
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
37
|
+
</span>
|
|
38
|
+
<!-- <p class="post-read-more">
|
|
39
|
+
<a class="text-dark" href="{{ post.url }}"
|
|
40
|
+
aria-label="Read more about blog post">Read</a>
|
|
41
|
+
</p> -->
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
{% endfor %}
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
{%- else -%}
|
|
7
50
|
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
|
8
51
|
{% for post in posts limit: 6%}
|
|
9
52
|
{%- include /authors/authors.html -%}
|
|
@@ -41,6 +84,7 @@
|
|
|
41
84
|
</div>
|
|
42
85
|
</div>
|
|
43
86
|
{% endfor %}
|
|
87
|
+
{%- endif -%}
|
|
44
88
|
</div>
|
|
45
89
|
</div>
|
|
46
90
|
</div>
|