Sha256: 63baa20e8513309a1d272d1c120a3a31c085a18e22a29b553f96b3f2d7ccbb8d
Contents?: true
Size: 491 Bytes
Versions: 4
Compression:
Stored size: 491 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 }} <hr/> <div class="sidebar-social"> {% include social.html social=author.social %} </div> </article>
Version data entries
4 entries across 4 versions & 1 rubygems