{%-assign peeps = site.collections | where: "label", 'people' | first-%} {%-assign authors = include.author | default: page.author-%} {%-assign page_title = include.page_title | default: page.title-%} {%-assign subtitle = include.subtitle | default: page.subtitle-%} {%-assign post_date = include.date | default: page.date-%} {%-assign modified_date = include.modified_date | default: page.modified_date | default: page.last_modified_at-%} {%-assign date_format = site.date_format | default: '%^A, %b %-d, %Y'-%} {%-assign byline_prefix = include.byline_prefix | default: "By "-%} {%-if modified_date-%} {% include date_modified.html date_format='%b %-d, %Y' lead_in='last modified: '-%} {%-endif %}
{%-if include.categories or page.categories %} {% include categories.html %} {%-endif-%} {% if post_date %} {% include item_date.html item_date=post_date date_class='dateline align-right' date_format=date_format %} {%-endif %}

{%-if page.website and page.website != "" %} {{-page_title-}} {%-else-%} {{-page_title-}} {%-endif %}

{%-if include.subtitle or page.subtitle %}

{{-subtitle-}}

{%-endif %}
{%-if page.image or page.images %} {% include banner.html %} {%-endif %} {%-if authors or page.location or site.title %}
{%-if page.location %} {{-page.location-}} {%-assign byline_prefix = " | "-%} {%-endif %} {%-if site.show.authors-%} {%-if authors %}{{ byline_prefix }}{%-endif %} {% include authors_byline.html %} {%-endif %}
{%-endif %}