{% assign page = include.page %}

{% if include.isPermalink %} {{ page.title }} {% else %} {{ page.title }} {% endif %}

{{ page.date | date: "%B %e, %Y" }} by {{ site.data.authors[page.author].name }}


{{ include.content }}