---
layout: default
title: Blog
---
{%- if page.title -%}
{{ page.title }}
{% else %}
Blog
{%- endif -%}
{{ content }}
{%- if paginator.total_posts > 0 -%}
{{ page.list_title | default: "Posts" }}
{%- for post in paginator.posts -%}
-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}
{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
{%- endfor -%}
{%- endif -%}