Sha256: 9a1f20e8a60ef20deb8e4eadb4b86d41e38373fda34a96277f1c838d808555c9

Contents?: true

Size: 545 Bytes

Versions: 2

Compression:

Stored size: 545 Bytes

Contents

<div class="author">
  {% if include.author.picture %}
    {% include srcset-img.html class="me" img=include.author.picture alt=include.author.name %}
  {% endif %}

  <{{ include.heading_tag | default:'h2' }} class="page-title">
    {{ include.heading | default:include.author.name }}
  </{{ include.heading_tag | default:'h2' }}>

  <hr/>

  {{ include.author.about | markdownify }}

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.3.0 _includes/author.html
jekyll-theme-hydejack-6.2.0 _includes/author.html