Sha256: 60a303abfae67c7b74ea77ba445219ada67ff093cce1cb1bb42609f1530187f9
Contents?: true
Size: 1.16 KB
Versions: 1
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="/author/{{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="/author/{{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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appscms-tools-theme-3.3.6 | _includes/author_bio.html |