--- layout: default ---
{%- if page.title -%}

{{ page.title }}

{%- endif -%} {{ content }} {%- if site.posts.size > 0 -%}
{%- for post in site.posts -%}
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}

{{ post.title | escape }}

{%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
{%- endfor -%}
{%- include avatar.html -%}
{{ site.description | escape }}
{%- include social.html -%}

{%- endif -%}