{% assign author_id = page.author_staff_member | prepend: "/staff_members/" | append: "/" %}
{% assign author = site.staff_members | where: "url", author_id | first %}
{{ author.blurb }}
{% if page.previous.url %}
« {{ page.previous.title }}
{% endif %}
{% if page.next.url %}
{{ page.next.title }} »
{% endif %}
{% if site.disqus_shortname and page.comments %}
{% endif %}