{{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 %} {% elsif include.posts %} {% assign posts = include.posts | sort: 'date' | reverse %} {% elsif include.object.posts %} {% assign posts = include.object.posts | sort: 'date' | reverse %} {% else %} {% assign posts = site.posts | sort: 'date' | reverse %} {% endif %} {% if include.object.limit %} {% assign post_limit = include.object.limit %} {% else %} {% assign post_limit = site.post_limit %} {% endif %}
{% if post.description %} {{post.description}} {% else %} {{ post.content | strip_html | truncatewords:30 }} {% endif %}