word-games-theme 0.7.0 → 0.7.1
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/section/commonPage.html +0 -9
- data/_includes/section/home2.html +5 -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: 32c099f267df49623c527a4deac6d6b271ee0c3cf29bc33a212f7ab85b1d4035
|
|
4
|
+
data.tar.gz: 685ee8d27a6b337b173f123ce895219571333e7fab9962ac486255d6eb5e0244
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a475bf8de1ba5de38ef58c63132b828b1449e7767a5bcdf843034fe9cfd4d3936871868b1f676acfa199d219a08a6ee70dc239dc66f81ff4aebddf66ab4019e
|
|
7
|
+
data.tar.gz: 2fa02573c17ac59d9ec93f6405c07ace5e27dd46bbeb229781e4bfdd5010381660d2afe7cf7e90bd848ae40f1dca396f188faef24f76d6df6d42b39a8dbfd7b2
|
|
@@ -100,16 +100,7 @@
|
|
|
100
100
|
style="background-color:#808080;">
|
|
101
101
|
<input type="submit" value="Apply" class="btn-info text-white" style="background: #808080">
|
|
102
102
|
</div>
|
|
103
|
-
{% if page.layout == 'page2' %}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
<p class="m-0" style="font-size: 13px;">Solve wordle quickly using our wordle solver</p>
|
|
107
|
-
|
|
108
|
-
{% endif %}
|
|
109
|
-
|
|
110
|
-
|
|
111
103
|
</div>
|
|
112
|
-
|
|
113
104
|
</form>
|
|
114
105
|
</div>
|
|
115
106
|
</div>
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
</div>
|
|
38
38
|
|
|
39
39
|
<div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
|
|
40
|
-
|
|
41
40
|
<div class="advancedFilter" style="position: relative;" onclick="myFunction()">
|
|
42
41
|
<input type="button" value="Advanced Filter" class="filterButton">
|
|
43
42
|
<div class="angle-arrow2"></div>
|
|
@@ -84,9 +83,13 @@
|
|
|
84
83
|
<input type="submit" value="Apply" class="btn-info text-white"
|
|
85
84
|
style="background-color: {{CustomColor.inputButtonBg}};">
|
|
86
85
|
</div>
|
|
87
|
-
<p class="m-0" style="font-size:13px">Solve wordle quickly using our wordle solver</p>
|
|
88
86
|
</div>
|
|
89
87
|
</form>
|
|
88
|
+
{%- if page.letter == 5 -%}
|
|
89
|
+
<h2 class="m-0 mt-4 text-center" style="font-size:16px">
|
|
90
|
+
<a style="color:#000" href="/wordle-solver">Solve wordle quickly using our wordle solver</a>
|
|
91
|
+
</h2>
|
|
92
|
+
{%- endif -%}
|
|
90
93
|
</div>
|
|
91
94
|
</div>
|
|
92
95
|
</div>
|
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: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01-
|
|
11
|
+
date: 2022-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|