--- title: type: 'string' created_at: type: 'string' image: type: 'hash' content: type: 'string' url: type: 'string' ---
{{ content | truncatewords: 15 }} {% assign words = content | number_of_words %} {% if words > 15 %} (read more) {% endif %}
{{ created_at | date: "%B %d, %Y" }}