written: {{ page.date | date(format="%Y-%m-%d at %l:%M:%S%p EST") }}
{%- if page.updated %}
modified: {{ page.updated | date(format="%Y-%m-%d at %l:%M:%S%p EST") }}
{%- endif -%}
authors: {%- for tag in page.taxonomies.authors | sort | unique(case_sensitive=false) %}
{{ tag }}
{% endfor -%}
tags: {%- for tag in page.taxonomies.tags | sort | unique(case_sensitive=false) %}
#{{ tag }}
{% endfor -%}