word-games-theme 1.3.3 → 1.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: 7cdd9dc7a666e732783cc561d72faf0740ea5748de45dca35e0783f4fe606dea
4
- data.tar.gz: 470edb3e66e47336adae9dc405e155962f8c7b390649ac8aae1ad5cb018393b1
3
+ metadata.gz: 7ca61d5ef71ef457f45ca93e95f0af598835e7b96ebeaea0d2f6570cf25d5b25
4
+ data.tar.gz: 3378a31a1585f9cd19b0a743fdeca63133f8084707404b4716f94a9cfc2a199c
5
5
  SHA512:
6
- metadata.gz: 725d7089553d14c46bc556e0be395d1d59b7c4220456cdba62ab56ccfe8bbbe913972accca0ae3d53e31a919da5eb9c3e7048122158eb0dd6a3c63452cf9716d
7
- data.tar.gz: 323d620dfb915a6ddce41efb92e33692a5d3524e0f856140a2bfa4764da5ad09fbd7c3d4a878dc89080044e821682cf564282c5f0f7b59e018c11d071d6b468a
6
+ metadata.gz: 9202a5be240cac28fefc2f7e80242733eab6ecd9f794ac60c2b780645fc1ce1e04d4ab34a53553f4f2e5dd348b0f809a07319c97fa3cd464f028a21ac0785773
7
+ data.tar.gz: efcd417734409c877f3ae44045c1c32f29e7ca038101882afce677874507219ee897c7639a9cf6d3d26452c88fa8cc966994deac316867e484a2b67fef2cb7d5
@@ -34,6 +34,16 @@ writer is hidden in me. You can found me with my laptop either coding or writing
34
34
  {% assign shubhangi = "Shubhangi Singh&&/assets/images/sona.jpeg&&I am pursuing a degree in computer science and love
35
35
  reading. I am also a BTS Army and enjoy anime and K-dramas. My favourite pastime is reading on Wattpad.&&N/A" | split:
36
36
  '&&' %}
37
+ {% assign balark = "Balark Singhal&&/assets/images/balark.jpeg&&I am a poet and a writer, a few of them also got
38
+ published
39
+ in some anthologies like Brave Heart of the motherland, and Scarlet Wings.I love to write Shayari and poetries and also
40
+ in my free time I like to do skating, swimming and read books.&&N/A" | split:
41
+ '&&' %}
42
+ {% assign udit = "Udit Agarwal&&/assets/images/udit.jpg&&Udit Agarwal is a Digital Marketer and a Content
43
+ Marketing Specialist, He enjoys technical as well as non-technical writing. His passion and urge for gaining new
44
+ insights has led him here. He quenches his thirst for technology through his action oriented writing skills and a
45
+ profound ability to stay up to date with latest industry trends.&&N/A" | split:
46
+ '&&' %}
37
47
  {%- assign postAuthor = post.author | split: " " -%}
38
48
  {%- assign author = postAuthor.first | downcase -%}
39
49
  {%- assign collection = [author] -%}
@@ -137,12 +137,12 @@
137
137
 
138
138
 
139
139
 
140
- document.addEventListener('click', (event) => {
141
- const withinBoundaries = event.composedPath().includes(advancedFilter)
142
- if (!withinBoundaries) {
143
- closeModal()
144
- }
145
- })
140
+ // document.addEventListener('click', (event) => {
141
+ // const withinBoundaries = event.composedPath().includes(advancedFilter)
142
+ // if (!withinBoundaries) {
143
+ // closeModal()
144
+ // }
145
+ // })
146
146
  function closeModal() {
147
147
  fillterWrapper.classList.remove('actives')
148
148
  fillterWrapper.classList.add('hide')
@@ -126,12 +126,12 @@
126
126
  fillterWrapper.classList.remove('hide')
127
127
  })
128
128
 
129
- document.addEventListener('click', (event) => {
130
- const withinBoundaries = event.composedPath().includes(advancedFilter)
131
- if (!withinBoundaries) {
132
- closeModal()
133
- }
134
- })
129
+ // document.addEventListener('click', (event) => {
130
+ // const withinBoundaries = event.composedPath().includes(advancedFilter)
131
+ // if (!withinBoundaries) {
132
+ // closeModal()
133
+ // }
134
+ // })
135
135
  function closeModal() {
136
136
  fillterWrapper.classList.remove('actives')
137
137
  fillterWrapper.classList.add('hide')
@@ -15,7 +15,7 @@
15
15
  <div class="card h-100">
16
16
  <a href="{{ post.url }}">
17
17
  <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
18
- loading="lazy" alt="">
18
+ loading="lazy" alt="{{post.title}}">
19
19
  </a>
20
20
  <div class="card-body">
21
21
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
@@ -57,7 +57,7 @@
57
57
  <div class="card h-100">
58
58
  <a href="{{ post.url }}">
59
59
  <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
60
- alt="">
60
+ alt="{{post.title}}">
61
61
  </a>
62
62
  <div class="card-body">
63
63
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
Binary file
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: 1.3.3
4
+ version: 1.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: 2022-06-23 00:00:00.000000000 Z
11
+ date: 2022-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -224,6 +224,7 @@ files:
224
224
  - assets/images/adblock.svg
225
225
  - assets/images/alka.webp
226
226
  - assets/images/angle-arrow-down.svg
227
+ - assets/images/balark.jpeg
227
228
  - assets/images/bg_elements.png
228
229
  - assets/images/bg_elements.svg
229
230
  - assets/images/board-game.png
@@ -269,6 +270,7 @@ files:
269
270
  - assets/images/twitter.svg
270
271
  - assets/images/twitter2.svg
271
272
  - assets/images/twitters.svg
273
+ - assets/images/udit.jpg
272
274
  - assets/images/uo.svg
273
275
  - assets/images/whatsapp.svg
274
276
  - assets/images/window-close.png