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

{{ page.title }}

{%- endif -%} {{ content }} {% assign posts = site.posts %} {%- if posts.size > 0 -%} {%- if page.list_title -%}

{{ page.list_title }}

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

{{ post.title | escape }} {%- if site.show_subtitle -%} {{ post.subtitle }} {%- endif -%} {{ post.date | date: date_format }}

{%- endfor -%} {%- endif -%}