Sha256: 2cb6e00498ccc908c5d7fa5944a272616f17e6d973483c6513783e015399ef63

Contents?: true

Size: 731 Bytes

Versions: 5

Compression:

Stored size: 731 Bytes

Contents

<div class="author-box">
    {% if site.avatar_source == "github" and site.github_username %}
        {% capture avatar_image %}
            https://github.com/{{ site.github_username }}.png
        {% endcapture %}
    {% elsif site.avatar_source == "local" and site.avatar_path %}
        {% capture avatar_image %}
            {{site.avatar_path}}
        {% endcapture %}
    {% elsif site.plugins contains "liquid-md5" %}
        {% capture avatar_image %}
            https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=256
        {% endcapture %}
    {% endif %}
    {% if avatar_image %}
        <img src="{{ avatar_image }}" class="author-avatar" alt="Avatar" />
    {% endif %}
{{ site.description }}
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-dash-2.2.0 _includes/author.html
jekyll-dash-1.4.0 _includes/author.html
jekyll-dash-2.1.0 _includes/author.html
jekyll-dash-1.3.6 _includes/author.html
jekyll-dash-1.3.5 _includes/author.html