Sha256: 4c3180103cf168026da55018becdab34ddc6f2be1c57cdc6abc10f331e89c0cc

Contents?: true

Size: 436 Bytes

Versions: 3

Compression:

Stored size: 436 Bytes

Contents

---
layout: base
---

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

<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 hr" style="padding-bottom:1rem">{{ page.title }}</h1>

  {{ author.about | markdownify }}

  {{ content }}
</article>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _layouts/about.html
jekyll-theme-hydejack-6.6.0 _layouts/about.html
jekyll-theme-hydejack-6.5.0 _layouts/about.html