{{ page.title }}
{% if page.subtitle %}{{ page.subtitle }}
{% endif %}
Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}
Tags: {% for tag in page.tags %} {{ tag }} {% endfor %}
{% assign minutes = content | number_of_words | divided_by: site.wpm %}
{% if minutes == 0 %}{% assign minutes = 1 %}{% endif %}
{{ minutes }} minute read
{{ content }}