--- layout: default ---
{% for post in site.posts %} {{ post.date | date: "%b %-d, %Y" }}

{{ post.title | escape }}

{{ post.excerpt | strip_html | normalize_whitespace | truncate: 160 | escape }}

{% endfor %}