--- 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 %}
{{ created_at | date: "%B %d, %Y" }}
Reading time: {{ words | divided_by: 180.0 | round | at_least: 1 }} minutes