word-games-theme 3.3.5 → 3.3.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/.DS_Store +0 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/featurePageAuthors/featurePageAuthors.html +59 -36
- data/assets/.DS_Store +0 -0
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5dea373d21bcf0a927358e99cfed6541f28824b70da5d6ea2295e39976f227c
|
|
4
|
+
data.tar.gz: dd9c6fa1b466f1788b72b9ed260afd6a5de95694681ecf37eedc19c5a6da75a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f9d92d414b1ffc048b4c1d5391c17b1c95fd401263d91d15c3bf813435887b9385497996899ba6ef5f0e78f5891903eff651d2bbe4a4be01f131ecc11429014
|
|
7
|
+
data.tar.gz: ed14fc7d840d401a4878ca45ada88d9ed0c40f6e9741e4b9cdb8410e0841307a4550c24e0e799685ea8513ebb0d9d3c719121d19bddd7e292bc2f75895ba32ac
|
data/_data/.DS_Store
ADDED
|
Binary file
|
data/_includes/.DS_Store
ADDED
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{% assign file = page.fileName %} {% assign lang =
|
|
2
|
-
|
|
1
|
+
{% assign file = page.fileName %} {% assign lang = "en" %} {% assign folder =
|
|
2
|
+
page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
|
|
3
3
|
|
|
4
4
|
<div class="authors-list mt-5 container">
|
|
5
5
|
{%- if featureData.author -%}
|
|
@@ -9,58 +9,81 @@
|
|
|
9
9
|
{%- endif -%}
|
|
10
10
|
<div class="row">
|
|
11
11
|
{%- if featureData.author -%} {%- include authors/authors.html -%} {%-
|
|
12
|
-
assign featureAuthor = featureData.author | split: " " -%} {%- assign
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
item -%} {%- endif %} {%- endfor %}
|
|
12
|
+
assign featureAuthor = featureData.author | split: " " -%} {%- assign author
|
|
13
|
+
= featureAuthor.first | downcase -%} {%- assign collection = [author] -%}
|
|
14
|
+
{%- for item in collection -%} {%- if forloop.index==1 -%} {%- assign
|
|
15
|
+
featureAuthorName = item -%} {%- endif -%} {%- if forloop.index==2 -%} {%-
|
|
16
|
+
assign featureAuthorImage = item -%} {%- endif -%} {%- if forloop.index==3
|
|
17
|
+
-%} {%- assign featureAuthorBio = item -%} {%- endif %} {%- endfor %}
|
|
19
18
|
|
|
20
19
|
<div class="featurePageAuthor">
|
|
21
|
-
<a
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
<a
|
|
21
|
+
href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}"
|
|
22
|
+
class="author_image"
|
|
23
|
+
>
|
|
24
|
+
<img
|
|
25
|
+
class="author-img"
|
|
26
|
+
loading="lazy"
|
|
27
|
+
src="{{ featureAuthorImage }}"
|
|
28
|
+
height="35px"
|
|
29
|
+
width="35px"
|
|
30
|
+
alt="{{ featureAuthor}}"
|
|
31
|
+
id="author_img"
|
|
32
|
+
{%-
|
|
33
|
+
if
|
|
34
|
+
site.crossorigin
|
|
35
|
+
-%}
|
|
36
|
+
crossorigin
|
|
37
|
+
{%-
|
|
38
|
+
endif
|
|
39
|
+
-%}
|
|
40
|
+
/>
|
|
24
41
|
</a>
|
|
25
42
|
|
|
26
43
|
<div class="author-meta">
|
|
27
|
-
<a
|
|
28
|
-
|
|
44
|
+
<a
|
|
45
|
+
class="d-block w-100 text-center mb-0 authorName text-capitalize"
|
|
46
|
+
target="_blank"
|
|
47
|
+
href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}"
|
|
48
|
+
>
|
|
29
49
|
{{featureAuthor}}
|
|
30
50
|
</a>
|
|
31
51
|
<p class="author_bio mb-0">{{featureAuthorBio}}</p>
|
|
32
52
|
</div>
|
|
33
|
-
|
|
34
|
-
|
|
35
53
|
</div>
|
|
36
|
-
{%- endif %} {%- assign contributors = featureData.contributors |
|
|
37
|
-
|
|
54
|
+
{%- endif %} {%- assign contributors = featureData.contributors | uniq:
|
|
55
|
+
'name' -%} {%- if contributors.size > 0 -%}
|
|
38
56
|
<h4 class="mb-4 w-100 text-center authors-heading font-weight-bolder">
|
|
39
57
|
Contributors
|
|
40
58
|
</h4>
|
|
41
59
|
<div class="d-flex justify-content-center w-100" style="gap: 10px">
|
|
42
|
-
{%- for contributor in contributors -%} {%- assign
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
{%-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
60
|
+
{%- for contributor in contributors -%} {%- assign featureContributorData
|
|
61
|
+
= contributor.name | split: " " -%} {%- assign featureContributorData =
|
|
62
|
+
featureContributorData.first | downcase -%} {%- assign collectionData =
|
|
63
|
+
[featureContributorData] -%} {%- for item in collectionData -%} {%- if
|
|
64
|
+
forloop.index == 1 -%} {%- assign featureContributorDataName = item -%}
|
|
65
|
+
{%- endif -%} {%- if forloop.index == 2 -%} {%- assign
|
|
66
|
+
featureContributorDataImage = item -%} {%- endif -%} {%- if forloop.index
|
|
67
|
+
== 3 -%} {%- assign featureContributorDataBio = item -%} {%- endif -%} {%-
|
|
68
|
+
if forloop.index == 4 -%} {%- assign featureContributorDataTwitter = item
|
|
69
|
+
-%} {%- endif -%} {%- endfor -%} {%- if featureContributorDataName -%}
|
|
70
|
+
<a
|
|
71
|
+
href="/authors/{{featureContributorDataName | downcase | replace: ' ' , '-'' }}"
|
|
72
|
+
class="contributor"
|
|
73
|
+
>
|
|
74
|
+
<img
|
|
75
|
+
loading="lazy"
|
|
76
|
+
src="{{ featureContributorDataImage }}"
|
|
77
|
+
alt="{{ featureContributorDataName}}"
|
|
78
|
+
style="border-radius: 100%; width: 50px; height: 50px"
|
|
79
|
+
/>
|
|
57
80
|
<div class="contributor-name pt-2">
|
|
58
81
|
{{ featureContributorDataName }}
|
|
59
82
|
</div>
|
|
60
83
|
</a>
|
|
61
|
-
{%- assign featureContributorDataName = false -%} {%- else -%} {%-
|
|
62
|
-
|
|
84
|
+
{%- assign featureContributorDataName = false -%} {%- else -%} {%- endif
|
|
85
|
+
-%} {%- endfor -%}
|
|
63
86
|
</div>
|
|
64
87
|
{%- endif -%}
|
|
65
88
|
</div>
|
|
66
|
-
</div>
|
|
89
|
+
</div>
|
data/assets/.DS_Store
ADDED
|
Binary file
|
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: 3.3.
|
|
4
|
+
version: 3.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -61,6 +61,7 @@ extra_rdoc_files: []
|
|
|
61
61
|
files:
|
|
62
62
|
- LICENSE.txt
|
|
63
63
|
- README.md
|
|
64
|
+
- _data/.DS_Store
|
|
64
65
|
- _data/WordPointTables.json
|
|
65
66
|
- _data/autogenerated_data.json
|
|
66
67
|
- _data/blog/alertbar.yml
|
|
@@ -121,6 +122,7 @@ files:
|
|
|
121
122
|
- _data/wordswithletters-noindexURls.json
|
|
122
123
|
- _data/xyzPagesData/en/unscramble-letters-jumble.json
|
|
123
124
|
- _data/xyzPagesData/en/words-with-letters-cheat.json
|
|
125
|
+
- _includes/.DS_Store
|
|
124
126
|
- _includes/Monumetric/Monumetric.html
|
|
125
127
|
- _includes/Rating/rating.html
|
|
126
128
|
- _includes/Rating/structureddata.html
|
|
@@ -246,6 +248,7 @@ files:
|
|
|
246
248
|
- _layouts/wordgames-xyz.html
|
|
247
249
|
- _layouts/wordgames.categories.html
|
|
248
250
|
- _layouts/xyzpages.html
|
|
251
|
+
- assets/.DS_Store
|
|
249
252
|
- assets/css/adBlocker.css
|
|
250
253
|
- assets/css/blog.css
|
|
251
254
|
- assets/css/bootstrap-icons.css
|
|
@@ -440,7 +443,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
440
443
|
- !ruby/object:Gem::Version
|
|
441
444
|
version: '0'
|
|
442
445
|
requirements: []
|
|
443
|
-
rubygems_version: 3.3.
|
|
446
|
+
rubygems_version: 3.3.26
|
|
444
447
|
signing_key:
|
|
445
448
|
specification_version: 4
|
|
446
449
|
summary: Word-Games theme for all word-games-sites
|