Sha256: 2981cf4acc8b9c229b0f1b285425deac99bb890930bf8c6117cc4c0ee9736dc1

Contents?: true

Size: 790 Bytes

Versions: 24

Compression:

Stored size: 790 Bytes

Contents

{%- 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>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
appscms-tools-theme-3.1.4 _includes/author_bio.html
appscms-tools-theme-3.1.3 _includes/author_bio.html
appscms-tools-theme-3.1.2 _includes/author_bio.html
appscms-tools-theme-3.0.8 _includes/author_bio.html