--- layout: default --- {% assign author = site.authors[page.author] %}

{% for category in page.categories %} {{ category | downcase }}, {% endfor %}

{{ page.title }}

{% if author.avatar %} {{author.name}} {% endif %} {{ author.name }} Follow {{ page.date | date: '%b %d, %Y' }} ยท {% include meta-read-time.html %}
{% if page.image %}
{{ page.title }}
{% endif %}
Share this
{{ content }}
{% for tag in page.tags %} {{ tag | downcase }} {% endfor %}
{% if site.mailchimp-list %}
Join Newsletter
Get the latest news right in your inbox. We never spam!
{% endif %} {% if page.author %}
{% if author.avatar %} {{author.name}} {% endif %}
Written by {{ author.name }} {% if author.twitter %}Follow{% endif %}
{{ author.bio }}
{% endif %}
{% if page.comments != false %} {% include comments.html %} {% endif %}
<