{%-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 date_format = site.date_format | default: '%^A, %b %-d, %Y'-%} {%-assign page_date = include.date | default: page.date-%} {%-assign modified_date = include.modified_date | default: page.last_modified_at | default: page.modified_date-%} {%-assign exclude_meta = "terms, privacy" | split: ', '-%} {%-assign byline_prefix = include.byline_prefix | default: "By" %} {%-assign summary_title = include.summary_title | default: "Summary"-%} {%-unless exclude_meta contains page.slug %} {%-unless site.exclude_dates contains page.collection-%} {% if modified_date and page.collection %}{% include date_modified.html date_format='%b %-d, %Y' lead_in='last modified: '-%}{%-endif-%} {%-endunless %}
{% if page.handle-%}
@{{-page.handle-}}
{%-endif %} {%-if include.categories != '' and include.categories or page.categories != '' and page.categories %} {% include categories.html %} {%-endif-%} {% unless site.exclude_dates contains page.collection %} {% if page_date and page.collection %} {% include item_date.html item_date=page_date date_class='dateline align-right' date_format=date_format %} {%-endif %} {%-endunless %}
{%-endunless %}

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

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

{{-subtitle-}}

{%-endif-%} {%-if site.show.authors and authors-%}{%-unless exclude_meta contains page.slug-%}
{%-if authors %}{{ byline_prefix }}{%-endif-%} {%-include authors_byline.html %}
{%-endunless-%}{%-endif %}
{%-if page.summary and site.include_summary contains page.collection %}

{{-summary_title-}}

{{ page.summary | markdownify }} {%-endif-%} {%-if include.date %} {% include item_date.html item_date=include.date date_class=' ' date_format=date_format %} {%-endif-%} {%-if page.blurb !='' and page.blurb %}

{{-page.blurb-}}

{%-endif-%} {%-if page.image or page.images %} {%-include banner.html %} {%-endif-%} {%-if page.location or page.company or page.company_url or page.social %}

{%-if page.location %} {{-page.location-}} {%-endif %} {%-if page.company or page.company_url %} {%-if page.location-%}  |  {%-endif %} {%-if page.company_url %} {{-page.company-}} {%-else %} {{-page.company-}} {%-endif %} {%-endif-%} {%-if page.social %} {%-if page.location or page.company or page.company_url-%}  |  {%-else-%}Social:  {%-endif-%} {% include social_media.html %} {%-endif-%}

{%-endif %}