_includes/author_bio.html in appscms-tools-theme-4.4.4 vs _includes/author_bio.html in appscms-tools-theme-4.4.5
- old
+ new
@@ -19,23 +19,23 @@
<a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" 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 -%} />
</a>
- <span class="author-meta">
+ <div class="author-meta">
{%- if twitter != 'N/A' -%}
<a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
{%- else -%}
- <p class="mb-0 postName">
- <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}">
+ <!-- <p class="mb-0 postName"> -->
+ <a class="postName" target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}">
{{authorName}}
</a>
- </p>
+ <!-- </p> -->
{%- endif -%}
{%- if twitter != 'N/A' -%}
<a class="btn_follow text-decoration-none" target="_blank" href="{{twitter}}">Follow</a>
{%- endif -%}
<p class="author_bio mb-0">{{bio}}</p>
- </span>
+ </div>
</div>