_includes/featurePageAuthors/featurePageAuthors.html in word-games-theme-1.9.1 vs _includes/featurePageAuthors/featurePageAuthors.html in word-games-theme-1.9.2

- old
+ new

@@ -52,18 +52,18 @@ {% assign featureAuthor = featureData.author | downcase %} {%- include /authors/authors.html -%} {%- assign name = authorName | downcase -%} {%- if name contains featureAuthor -%} <div class="featurePageAuthor"> - <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image"> + <a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image"> <img class="author-img" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}" id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} /> </a> <div class="author-meta"> <p class="mb-0 authorName"> - <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-'' }}"> + <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}"> {{authorName}} </a> </p> <p class="author_bio mb-0">{{bio}}</p> </div> @@ -87,10 +87,10 @@ {%- include /authors/authors.html -%} {%- assign name = authorName | downcase -%} {%- if name contains contributorAuthor -%} - <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image"> + <a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image"> <img loading="lazy" src="{{ image }}" alt="{{ authorName}}" style="border-radius:100%; width: 50px; height: 50px;" /> </a> {%- endif -%} \ No newline at end of file