{{ post.title }}

{{ post.excerpt | strip_html | strip_newlines | truncate: 186}}

In {% for category in post.categories %} {{ category }}, {% endfor %} {{ post.date | date: '%b %d, %Y' }}
{% if post.image %}
{{ post.title }}
{% endif %}