{% if post.date %} {% if post.taxonomies.people %} {% set author_path = 'people/' ~ post.taxonomies.people[0] ~ '/index.md' %} {% set author = get_page(path=author_path) %} {% endif %}
{{ post.description }}
{{ author.title }}
{{ post.date | date(format="%B %e, %Y", timezone="America/Chicago") }}