Sha256: 347bb741707cd9e3cb09aed1467a92200a0e191c834d217d37638c3cad442a5a

Contents?: true

Size: 852 Bytes

Versions: 10

Compression:

Stored size: 852 Bytes

Contents

{% assign plugins = site.plugins | default:site.gems %}

<div class="author mt4">
  {% assign author = include.author %}

  {% if author.picture %}
    {% include srcset-img.html class="avatar" img=author.picture alt=author.name %}
  {% elsif plugins contains 'jekyll-avatar' %}
    {% assign avatar = author.social.github | default:author.github.username | default:author.github  %}
    {% include avatar-tag.html user=avatar %}
  {% endif %}

  {% assign heading_tag = include.heading_tag | default:'h2' %}
  {% assign heading_id = include.heading_id %}
  <{{ heading_tag }} {% if heading_id %}id="{{ heading_id }}"{% endif %} class="page-title hr">
    {{ include.heading | default:author.name }}
  </{{ heading_tag }}>

  {{ .author.about | markdownify }}

  <div class="sidebar-social">
    {% include social.html author=author %}
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.5.2 _includes/author.html
jekyll-theme-hydejack-7.5.1 _includes/author.html
jekyll-theme-hydejack-7.5.0 _includes/author.html
jekyll-theme-hydejack-7.4.2 _includes/author.html
jekyll-theme-hydejack-7.4.1 _includes/author.html
jekyll-theme-hydejack-7.4.0 _includes/author.html
jekyll-theme-hydejack-7.3.0 _includes/author.html
jekyll-theme-hydejack-7.2.0 _includes/author.html
jekyll-theme-hydejack-7.1.1 _includes/author.html
jekyll-theme-hydejack-7.1.0 _includes/author.html