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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e35739758feed1f18dea3ee044ed8879bbcaa2acaf9c1339736b43e29f4affd
4
- data.tar.gz: 969cb1c8e95fce95526f3202b781cc8686d6cd653bd90386732a0cefa7591b07
3
+ metadata.gz: e5dea373d21bcf0a927358e99cfed6541f28824b70da5d6ea2295e39976f227c
4
+ data.tar.gz: dd9c6fa1b466f1788b72b9ed260afd6a5de95694681ecf37eedc19c5a6da75a0
5
5
  SHA512:
6
- metadata.gz: fd293cd5ce2de3e4e6abcc965936b53f8afe49d558d85847fd7ee9a1471e27a84f26dbb318f33b6c53c95548dbe1f9da370cf8c9f3a627a69d00069669340aed
7
- data.tar.gz: a8509d00ad02c2fff6cf02cbc2396b4143b6cce5d15c156131f8a44ca17ee43f1627a7de7b138d6e8fbcbf96c9c32ae3e4f4be4ba1d4a4cac71038abf09dfc2a
6
+ metadata.gz: 8f9d92d414b1ffc048b4c1d5391c17b1c95fd401263d91d15c3bf813435887b9385497996899ba6ef5f0e78f5891903eff651d2bbe4a4be01f131ecc11429014
7
+ data.tar.gz: ed14fc7d840d401a4878ca45ada88d9ed0c40f6e9741e4b9cdb8410e0841307a4550c24e0e799685ea8513ebb0d9d3c719121d19bddd7e292bc2f75895ba32ac
data/_data/.DS_Store ADDED
Binary file
Binary file
@@ -1,5 +1,5 @@
1
- {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
2
- = page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
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
- author = featureAuthor.first | downcase -%} {%- assign collection =
14
- [author] -%} {%- for item in collection -%} {%- if forloop.index==1
15
- -%} {%- assign featureAuthorName = item -%} {%- endif -%} {%- if
16
- forloop.index==2 -%} {%- assign featureAuthorImage = item -%} {%-
17
- endif -%} {%- if forloop.index==3 -%} {%- assign featureAuthorBio =
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 href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}" class="author_image">
22
- <img class="author-img" loading="lazy" src="{{ featureAuthorImage }}" height="35px" width="35px"
23
- alt="{{ featureAuthor}}" id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
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 class="d-block w-100 text-center mb-0 authorName text-capitalize" target="_blank"
28
- href="/authors/{{featureData.author | downcase | replace: ' ' , '-'' }}">
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
- uniq: 'name' -%} {%- if contributors.size > 0 -%}
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
- featureContributorData = contributor.name | split: " " -%} {%-
44
- assign featureContributorData = featureContributorData.first |
45
- downcase -%} {%- assign collectionData = [featureContributorData]
46
- -%} {%- for item in collectionData -%} {%- if forloop.index == 1 -%}
47
- {%- assign featureContributorDataName = item -%} {%- endif -%} {%-
48
- if forloop.index == 2 -%} {%- assign featureContributorDataImage =
49
- item -%} {%- endif -%} {%- if forloop.index == 3 -%} {%- assign
50
- featureContributorDataBio = item -%} {%- endif -%} {%- if
51
- forloop.index == 4 -%} {%- assign featureContributorDataTwitter =
52
- item -%} {%- endif -%} {%- endfor -%} {%- if
53
- featureContributorDataName -%}
54
- <a href="/authors/{{featureContributorDataName | downcase | replace: ' ' , '-'' }}" class="contributor">
55
- <img loading="lazy" src="{{ featureContributorDataImage }}" alt="{{ featureContributorDataName}}"
56
- style="border-radius: 100%; width: 50px; height: 50px" />
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
- endif -%} {%- endfor -%}
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.5
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-07-10 00:00:00.000000000 Z
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.7
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