--- title: type: 'string' created_at: type: 'string' image: type: 'hash' content: type: 'string' url: type: 'string' ---
{% render 'sutty/picture.html', image:, img_class: 'w-100 rounded-3' %}
{{- title -}}

{{ content | truncatewords: 15 }} {% assign words = content | number_of_words %} {% if words > 15 %} (read more) {% endif %}

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

{% render 'svg/share.svg', class: 'primary' %}