Sha256: cf19e07cc9cce06c5d05706bb2898a786df55ddfff2dc6893766dc68ee83e017
Contents?: true
Size: 754 Bytes
Versions: 6
Compression:
Stored size: 754 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.hide_description alt="" %} {{ content }} </article>
Version data entries
6 entries across 6 versions & 1 rubygems