_layouts/allAuthors.html in word-games-theme-1.9.1 vs _layouts/allAuthors.html in word-games-theme-1.9.2
- old
+ new
@@ -72,15 +72,15 @@
{%- include /authors/authors.html -%}
{%- if authorName contains authorName -%}
<div class=" col-md-4 mb-4">
<div class="authors-info">
<a class="authors-image"
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
<img loading="lazy" src="{{image}}" alt="{{ authorName }}">
</a>
<a class="authors-name"
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
capitalize }}</a>
<a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
| size }} Posts</a>
<p class="authors-bio mt-3">{{bio}}</p>
</div>
@@ -94,14 +94,14 @@
{%- include /authors/authors.html -%}
{%- if post.author contains authorName -%}
<div class="d-none col-md-4 mb-4">
<div class="authors-info">
<a class="authors-image"
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
<img loading="lazy" src="{{image}}" alt="{{ authorName }}">
</a>
<a class="authors-name"
- href="/author/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
capitalize }}</a>
<a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
| size }} Posts</a>
<p class="authors-bio mt-3">{{bio}}</p>
</div>
\ No newline at end of file