Sha256: 493fbea16f93208c38fbebbd41167d879596d26bb6e460fe72072fe5ff832fd9

Contents?: true

Size: 752 Bytes

Versions: 4

Compression:

Stored size: 752 Bytes

Contents

---
layout: base
---

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

<article class="page" role="article">
  {% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}

  {% if author.picture %}
    {% include srcset-img.html class="avatar" img=author.picture alt=author.name %}
  {% elsif plugins contains 'jekyll-avatar' %}
    {% assign avatar = author.social.github | default:author.github.username | default:author.github %}
    {% include avatar-tag.html user=avatar %}
  {% endif %}

  <h1 class="page-title hr">{{ page.title }}</h1>

  {{ author.about | markdownify }}

  {% include message.html text=page.description hide=page.no_description alt="" %}

  {{ content }}
</article>

Version data entries

4 entries across 4 versions & 1 rubygems

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