Sha256: cc25978fda93e347e625a07d073ccd4bddb157e78e989206e00f4c228a97524a

Contents?: true

Size: 690 Bytes

Versions: 28

Compression:

Stored size: 690 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 }}" alt="Author’s picture">
  </span>
{% endif %}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.1.14 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.13 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.12 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.11 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.10 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.9 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.8 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.7 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.6 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.5 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.4 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.3 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.1 _includes/post-author-pic.html
jekyll-theme-open-project-2.1.0 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.22 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.21 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.20 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.19 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.18 _includes/post-author-pic.html
jekyll-theme-open-project-2.0.17 _includes/post-author-pic.html