{% macro title(page) %}

{{ page.title }}

{{ page.word_count }} words | {{ page.reading_time }} minutes
{{ page.date | date(format="%F") }} {% if page.category %} {% endif %}
{% endmacro title %}