Sha256: 1b447b26907c5aaf3617f26716ea1949198a865b7d75c156d6d956cb929af6cc

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

---
layout: base
---

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

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

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

  {{ author.about | markdownify }}

  {{ content }}
</article>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.3.0 _layouts/about.html
jekyll-theme-hydejack-6.2.0 _layouts/about.html