_includes/author_bio.html in appscms-tools-theme-3.0.8 vs _includes/author_bio.html in appscms-tools-theme-3.0.9

- old
+ new

@@ -1,36 +1,36 @@ -{%- include /authors/authors.html -%} -<div class="wrapfooter"> - <span class="author_image"> - <img - class="author-thumb" - loading="lazy" - src="{{ image }}" - height="35px" - width="35px" - alt="{{ authorName}}" - id="author_img" - {%- - if - site.crossorigin - -%} - crossorigin - {%- - endif - -%} - /> - </span> - <span class="author-meta"> - {%- if twitter != 'N/A' -%} - <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a> - {%- else -%} - <p class="mb-0 postName">{{authorName}}</p> - {%- endif -%} {%- if twitter != 'N/A' -%} - <a - class="btn_follow text-decoration-none" - target="_blank" - href="{{twitter}}" - >Follow</a - > - {%- endif -%} - </span> -</div> +{%- include /authors/authors.html -%} +<div class="wrapfooter"> + <span class="author_image"> + <img + class="author-thumb" + loading="lazy" + src="{{ image }}" + height="35px" + width="35px" + alt="{{ authorName}}" + id="author_img" + {%- + if + site.crossorigin + -%} + crossorigin + {%- + endif + -%} + /> + </span> + <span class="author-meta"> + {%- if twitter != 'N/A' -%} + <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a> + {%- else -%} + <p class="mb-0 postName">{{authorName}}</p> + {%- endif -%} {%- if twitter != 'N/A' -%} + <a + class="btn_follow text-decoration-none" + target="_blank" + href="{{twitter}}" + >Follow</a + > + {%- endif -%} + </span> +</div>