Sha256: 6081382e236f18867180941c54bcf7a88905f5a1467c6fb4682831a8fa2fd814

Contents?: true

Size: 881 Bytes

Versions: 13

Compression:

Stored size: 881 Bytes

Contents

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

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

  {% if author.picture %}
    {% include components/hy-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 components/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 components/social.html author=author %}
  </div>
</div>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
jekyll-theme-hydebetty-1.0.2 _includes/components/author.html
jekyll-theme-hydebetty-1.0.1 _includes/components/author.html
jekyll-theme-hydejack-8.5.2 _includes/components/author.html
jekyll-theme-hydejack-8.5.1 _includes/components/author.html
jekyll-theme-hydejack-8.5.0 _includes/components/author.html
jekyll-theme-hydejack-8.4.0 _includes/components/author.html
jekyll-theme-hydejack-8.3.2 _includes/components/author.html
jekyll-theme-hydejack-8.3.1 _includes/components/author.html
jekyll-theme-hydejack-8.3.0 _includes/components/author.html
jekyll-theme-hydejack-8.2.0 _includes/components/author.html
jekyll-theme-hydejack-8.1.1 _includes/components/author.html
jekyll-theme-hydejack-8.1.0 _includes/components/author.html
jekyll-theme-hydejack-8.0.0 _includes/components/author.html