{% include head.html %}
{% include site-header.html %}

{{ page.title }}

{% if page.author_avatar %}
{{ page.author_name }}
{% endif %}
{{ page.author_name }}
{{ page.date | date: "%B %d, %Y" }}
{{ content }}
{% include related-posts.html %}
{% include footer.html %}