word-games-theme 1.9.1 → 1.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2fbdfa8a01398bb8ecc6b37036011c10f602a2695131f09cb8f3373c0dd8dc3
4
- data.tar.gz: 98c33469651d336a760c4345c448944c6d4db75137283ad5a9b16203fe91a797
3
+ metadata.gz: e2317f231c380c280e75bffee153fd4f78c074197c5ea4a45feacdc0f3a25c64
4
+ data.tar.gz: a978524c61f942b3633785153bfa8d0c43c82ff655c8f40c7e30a8020e06d493
5
5
  SHA512:
6
- metadata.gz: a267865476ce47d94c93ccee9d67e2db84602e0f112346fa639c3c71c1eb3e02ff1c5aaddc83c4674a7608013cc96d87b32a66e57b9205f9c7e1ecaa83cdb088
7
- data.tar.gz: 0fd0fadb204d38e3c12523d9c7240a1e5d07b9a42dab5bfd97010254ad46b76f0522ce5060149bf25389bc96f94b7eb0dcd3f9609d910ea960647e5ea3138ac3
6
+ metadata.gz: db57a27fc98775cc450e7f3196e793732847d380a4f5e7d67b6567ed104a2d135ba331e57cf200696c52cb6924100a89721d5e0fb32d7eedbd9787f7f130afa1
7
+ data.tar.gz: 42167d4d687f8b29f37b6ecb504285b5d9a3e682df94cb701ece62f3618ceef8ed5f6af0e3bd6ec0a974c7b7271c8925df64951eba5132c05199b6550518b45b
@@ -16,7 +16,7 @@
16
16
  }
17
17
  </style>
18
18
  <div class="wrapfooter">
19
- <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
19
+ <a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
20
20
  <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}"
21
21
  id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
22
22
  </a>
@@ -26,7 +26,7 @@
26
26
  <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
27
27
  {%- else -%}
28
28
  <p class="mb-0 postName">
29
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-'' }}">
29
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}">
30
30
  {{authorName}}
31
31
  </a>
32
32
  </p>
@@ -54,14 +54,14 @@
54
54
  {%- assign name = authorName | downcase -%}
55
55
  {%- if name contains featureAuthor -%}
56
56
  <div class="featurePageAuthor">
57
- <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
57
+ <a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
58
58
  <img class="author-img" loading="lazy" src="{{ image }}" height="35px" width="35px"
59
59
  alt="{{ authorName}}" id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif
60
60
  -%} />
61
61
  </a>
62
62
  <div class="author-meta">
63
63
  <p class="mb-0 authorName">
64
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-'' }}">
64
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}">
65
65
  {{authorName}}
66
66
  </a>
67
67
  </p>
@@ -89,7 +89,7 @@
89
89
 
90
90
  {%- if name contains contributorAuthor -%}
91
91
 
92
- <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
92
+ <a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
93
93
  <img loading="lazy" src="{{ image }}" alt="{{ authorName}}"
94
94
  style="border-radius:100%; width: 50px; height: 50px;" />
95
95
  </a>
@@ -74,11 +74,11 @@
74
74
  <div class=" col-md-4 mb-4">
75
75
  <div class="authors-info">
76
76
  <a class="authors-image"
77
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">
77
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
78
78
  <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
79
79
  </a>
80
80
  <a class="authors-name"
81
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
81
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
82
82
  capitalize }}</a>
83
83
  <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
84
84
  | size }} Posts</a>
@@ -96,11 +96,11 @@
96
96
  <div class="d-none col-md-4 mb-4">
97
97
  <div class="authors-info">
98
98
  <a class="authors-image"
99
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">
99
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
100
100
  <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
101
101
  </a>
102
102
  <a class="authors-name"
103
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
103
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
104
104
  capitalize }}</a>
105
105
  <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
106
106
  | size }} Posts</a>
data/_layouts/author.html CHANGED
@@ -321,13 +321,13 @@
321
321
  <div class="card-footer bg-white">
322
322
  <div class="wrapfooter">
323
323
  {% if post.author %}
324
- <a href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
324
+ <a href="/authors/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
325
325
  <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
326
326
  </a>
327
327
  {% endif %}
328
328
  <div class="author-meta">
329
329
  <span class="post-name">
330
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
330
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
331
331
  </span><br>
332
332
  <span class="post-date">{{post.date | date_to_string }}</span>
333
333
  </div>
@@ -381,13 +381,13 @@
381
381
  <div class="card-footer bg-white">
382
382
  <div class="wrapfooter">
383
383
  {% if post.author %}
384
- <a href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
384
+ <a href="/authors/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
385
385
  <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
386
386
  </a>
387
387
  {% endif %}
388
388
  <div class="author-meta">
389
389
  <span class="post-name">
390
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
390
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName | capitalize }}</a>
391
391
  </span><br>
392
392
  <span class="post-date">{{post.date | date_to_string }}</span>
393
393
  </div>
data/_layouts/blog.html CHANGED
@@ -38,7 +38,7 @@
38
38
  <div class="card-footer bg-white">
39
39
  <div class="wrapfooter">
40
40
  {% if post.author %}
41
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
41
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
42
42
  <img class="author-thumb" loading="lazy" src="{{ image }}"
43
43
  alt="{{ authorName }}" {%- if site.crossorigin -%}
44
44
  crossorigin="anonymous" {%- endif -%}>
@@ -47,7 +47,7 @@
47
47
 
48
48
  <span class="author-meta">
49
49
  <span class="post-name">
50
- <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName}}</a>
50
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName}}</a>
51
51
  </span><br>
52
52
  <span class="post-date">{{post.date | date_to_string }}</span>
53
53
  </span>
data/_layouts/post.html CHANGED
@@ -63,7 +63,7 @@
63
63
  {%- assign name = authorName | downcase -%}
64
64
  {%- if name contains contributorAuthor -%}
65
65
  <div class="d-flex align-items-center mb-3" style="gap:10px">
66
- <a href="/author/{{name | downcase | replace: ' ' , '-' }}">
66
+ <a href="/authors/{{name | downcase | replace: ' ' , '-' }}">
67
67
  <img class="contributor-image" src="{{image}}" alt="{{name}}">
68
68
  </a>
69
69
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms