--- layout: default ---
{{ content }} {%- if site.posts.size > 0 -%}

{{ page.list_title | default: "Posts" }}

{%- for post in site.posts -%} {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}

{{ post.title | escape }} {{ post.date | date: date_format }}

{%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%} {%- endfor -%}

subscribe via RSS

{%- endif -%}