Sha256: fba6c5c121621f754282eea824cb8e9ddd968d6e2d9fa23c870fa9b2cc55736a

Contents?: true

Size: 377 Bytes

Versions: 10

Compression:

Stored size: 377 Bytes

Contents

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

{% if author.about %}
  <aside class="about related mt4 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

10 entries across 10 versions & 1 rubygems

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