{% assign author_id = page.author | prepend: "/staff_members/" | append: "/" %} {% assign author = site.staff_members | where: "url", author_id | first %}
{% if page.collection == 'posts' %}

{{ author.name }}

{{ author.position }} | {% if author.gpg != 'nil' %}GPG{% endif %}

Published the {% include dates.html %}

{% endif %}
Share this page: