Sha256: 6586cbb6edf197bcc06b1dff2c3ba5d94e8d1a2bd87203e3dd74de1cff9d761f
Contents?: true
Size: 1.19 KB
Versions: 36
Compression:
Stored size: 1.19 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> <div class="author-meta"> {%- if twitter != 'N/A' -%} <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a> {%- else -%} <!-- <p class="mb-0 postName"> --> <a class="postName" 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> </div> </div>
Version data entries
36 entries across 36 versions & 1 rubygems