Sha256: d4dff7dd3d3f0875a4cc48b686bce3903231aba618144633e28d902f7b901074
Contents?: true
Size: 414 Bytes
Versions: 2
Compression:
Stored size: 414 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 hr" style="padding-bottom:1rem">{{ page.title }}</h1> {{ author.about | markdownify }} {{ content }} </article>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hydejack-6.4.1 | _layouts/about.html |
jekyll-theme-hydejack-6.4.0 | _layouts/about.html |