_includes/appscms/featurePageAuthors/featurePageAuthors.html in appscms-tools-theme-4.1.8 vs _includes/appscms/featurePageAuthors/featurePageAuthors.html in appscms-tools-theme-4.1.9

- old
+ new

@@ -19,20 +19,20 @@ endif -%} {%- if forloop.index==3 -%} {%- assign featureAuthorBio = item -%} {%- endif %} {%- endfor %} <div class="featurePageAuthor"> <a - href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}" + href="/authors/{{featureAuthorName | downcase | replace: ' ', '-' }}" class="author_image d-flex justify-content-center" > <img class="author-img" loading="lazy" src="{{ featureAuthorImage }}" height="35px" width="35px" - alt="{{ featureAuthor}}" + alt="{{ featureAuthorName }}" id="author_img" {%- if site.crossorigin -%} @@ -44,12 +44,12 @@ </a> <div class="author-meta"> <p class="mb-0 authorName text-capitalize"> <a target="_blank" - href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}" + href="/authors/{{featureAuthorName | downcase | replace: ' ','-' }}" > - {{featureAuthor}} + {{featureAuthorName}} </a> </p> <p class="author_bio mb-0">{{featureAuthorBio}}</p> </div> </div>