--- layout: default excerpt: "" --- {%-if page.published and site.show.authors %}
{% include page_header.html page_title=page.name subtitle=page.position %} {%-if page.series %} {% include series.html %} {%-endif %} {{ content }}
{%-if page.comments == true %} {% include comments.html %} {%-endif %} {% include articles.html section_title="Authored Posts" %} {% else %} {% include 404.html %} {%-endif %}