--- title: type: 'string' created_at: type: 'string' image: type: 'hash' content: type: 'string' --- {% assign words = content | strip_html | number_of_words %}

{{- title -}}

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

{{ words | divided_by: 180.0 | round | at_least: 1 }} min read {% render 'sutty/picture.html', image:, img_class: 'w-100 rounded-3' %}