{{post.title}}
{{ post.date | date: "%A, %B %-d, %Y"}}
{% if post.description %} {{post.description}} {% else %} {{ post.content | strip_html | truncatewords:30 }} {% endif %}
{% if include.object.category %} {% assign posts = site.categories[include.object.category] | sort: 'date' | reverse %} {% else %} {% assign posts = site.posts | sort: 'date' | reverse %} {% endif %}
{% if post.description %} {{post.description}} {% else %} {{ post.content | strip_html | truncatewords:30 }} {% endif %}
{% if post.description %} {{post.description | strip_html | truncatewords:30 }} {% else %} {{ post.content | strip_html | truncatewords:30 }} {% endif %}