Sha256: 2816f085eaf78a3a2acc0dcf34eec72cb06ddb5749ebd0b750e08f052720f0a4

Contents?: true

Size: 919 Bytes

Versions: 17

Compression:

Stored size: 919 Bytes

Contents

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

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

  {% if author.picture %}
    {% include_cached components/hy-img.html class="avatar" img=author.picture alt=author.name width="120" height="120" %}
  {% 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-bottom">
    {{ 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

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/components/author.html
jekyll-theme-hydejack-9.2.0 _includes/components/author.html
jekyll-theme-hydejack-9.1.9 _includes/components/author.html
jekyll-theme-hydejack-9.1.8 _includes/components/author.html
jekyll-theme-hydejack-9.1.7 _includes/components/author.html
jekyll-theme-hydejack-9.1.6 _includes/components/author.html
jekyll-theme-hydejack-9.1.5 _includes/components/author.html
jekyll-theme-hydejack-9.1.4 _includes/components/author.html
jekyll-theme-hydejack-9.1.3 _includes/components/author.html
jekyll-theme-hydejack-9.1.2 _includes/components/author.html
jekyll-theme-hydejack-9.1.1 _includes/components/author.html
jekyll-theme-hydejack-9.1.0 _includes/components/author.html
jekyll-theme-hydejack-9.0.4 _includes/components/author.html
jekyll-theme-hydejack-9.0.3 _includes/components/author.html
jekyll-theme-hydejack-9.0.2 _includes/components/author.html
jekyll-theme-hydejack-9.0.1 _includes/components/author.html
jekyll-theme-hydejack-9.0.0 _includes/components/author.html