--- layout: default ---
{{ content }}

Posts

{% for post in site.posts %}

{{ post.title | escape }}

{% if page.excerpt %} {{ page.excerpt | strip_html | strip_newlines | truncate: 160 }} {% elsif page.description %} {{ page.description }} {% else %}{% endif %} {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ post.date | date: date_format }}
{% endfor %}

Subscribe via RSS