Sha256: 8dec3edf5e59fb373066c3d47b27bb6762b7a8bd47d260b3cf2135d4386667cd

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

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

{% if author.about %}
  <aside class="author" role="complementary">
    {% capture heading %}<h2>About</h2>{% endcapture %}
    {% include about-short.html heading=heading author=author %}
    <div class="sidebar-social">
      {% include social.html social=author.social %}
    </div>
  </aside>
{% endif %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.1.0 _includes/about.html
jekyll-theme-hydejack-6.0.0 _includes/about.html
jekyll-theme-hydejack-6.0.0.pre.beta3 _includes/about.html
jekyll-theme-hydejack-6.0.0.pre.beta2 _includes/about.html