Sha256: 5171cb5fc4f143d62f12541aaab4048328f822636c7abfffad03c41488d0014c

Contents?: true

Size: 1.16 KB

Versions: 227

Compression:

Stored size: 1.16 KB

Contents

{%- include /authors/authors.html -%}
<style>
  .contributor-image {
    width: 40px;
    border-radius: 100%;
  }

  .contributors-count {
    background: rgba(175, 184, 193, 0.2);
    padding: 5px;
    font-size: 15px;
    border-radius: 100%;
    display: inline-block;
    width: 30px;
    text-align: center;
  }
</style>
<div class="wrapfooter">
  <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">
    {%- 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: ' ' , '-'' }}">
        {{authorName}}
      </a>
    </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>


Version data entries

227 entries across 227 versions & 2 rubygems

Version Path
appscms-tools-theme-4.2.4 _includes/author_bio.html
appscms-tools-theme-4.2.3 _includes/author_bio.html
appscms-tools-theme-4.2.2 _includes/author_bio.html
appscms-tools-theme-4.2.1 _includes/author_bio.html
appscms-tools-theme-4.2.0 _includes/author_bio.html
appscms-tools-theme-4.1.9 _includes/author_bio.html
appscms-tools-theme-4.1.8 _includes/author_bio.html
word-games-theme-2.3.9 _includes/author_bio.html
appscms-tools-theme-4.1.7 _includes/author_bio.html
appscms-tools-theme-4.1.6 _includes/author_bio.html
appscms-tools-theme-4.1.5 _includes/author_bio.html
word-games-theme-2.3.8 _includes/author_bio.html
appscms-tools-theme-4.1.3 _includes/author_bio.html
word-games-theme-2.3.7 _includes/author_bio.html
word-games-theme-2.3.6 _includes/author_bio.html
word-games-theme-2.3.5 _includes/author_bio.html
word-games-theme-2.3.4 _includes/author_bio.html
word-games-theme-2.3.3 _includes/author_bio.html
word-games-theme-2.3.2 _includes/author_bio.html
word-games-theme-2.3.1 _includes/author_bio.html