--- title: type: 'string' created_at: type: 'string' image: type: 'hash' content: type: 'string' tags: type: 'array' default: [] --- {% assign words = content | strip_html | number_of_words %}

{{- title -}}

{{ created_at | date: "%B %d, %Y" }}

Reading time: {{ words | divided_by: 180.0 | round | at_least: 1 }} minutes
{% for tag in tags %} {{- tag -}} {% endfor %}
{% render 'sutty/picture.html', image:, img_class: 'w-100 rounded-3' %}