{{ page.date | date(format="%d %B %Y") }} -
{% set words = page.content | split(pat=" ") | length %}
{% if words < 360 %}
less than 1 min read time
{% else %}
{{ words / 180 | int }} mins read time
{% endif %}
{% if page.taxonomies.tags %}
Tags:
{% for tag in page.taxonomies.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{{ page.content | safe }}
{% if page.extra.comments %}