Sha256: ffe9d46af5b3433fd7a0934d74cb500dfd2e916fa45f50bc09fb47b4923685ab

Contents?: true

Size: 665 Bytes

Versions: 13

Compression:

Stored size: 665 Bytes

Contents

{% if include.author.email and include.author.use_picture != false %}
  {% assign use_picture = include.author.use_picture | default: "gravatar" %}
  <span class="author-avatar">
    {% if use_picture == "gravatar" %}
      {% assign author_pic_url = "https://gravatar.com/avatar/" | append: include.author.email | append: "?s=64" %}
    {% elsif use_picture == "assets" %}
      {% assign author_pic_url = "/assets/blog/authors/" | append: include.author.plaintext_email | append: ".jpg" %}
    {% else %}
      {% assign author_pic_url = "/assets" | append: use_picture %}
    {% endif %}
    <img src="{{ author_pic_url | relative_url }}">
  </span>
{% endif %}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.0.7 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.6 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.4 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.3 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.2 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.1 _includes/post-author-pic.html
jekyll-theme-open-project-2.0 _includes/post-author-pic.html
jekyll-theme-open-project-1.3.4 _includes/post-author-pic.html
jekyll-theme-open-project-1.3.3 _includes/post-author-pic.html
jekyll-theme-open-project-1.3.2 _includes/post-author-pic.html
jekyll-theme-open-project-1.3.1 _includes/post-author-pic.html
jekyll-theme-open-project-1.3 _includes/post-author-pic.html
jekyll-theme-open-project-1.2.5 _includes/post-author-pic.html