Sha256: 1ee4d107b92dc525b03f99905ca745819a39cb569b7f15d9b447dfc13e830709

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

{% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}

{% if author.about %}
  <aside class="author related mb4" role="complementary">
    {% assign about_heading = site.data.strings.about | default:"About" %}
    {% include author.html author=author heading=about_heading heading_tag='h2' %}
  </aside>
{% endif %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-7.0.1 _includes/about.html
jekyll-theme-hydejack-7.0.0 _includes/about.html
jekyll-theme-hydejack-7.0.0.pre.beta.1 _includes/about.html
jekyll-theme-hydejack-7.0.0.pre.beta.0 _includes/about.html