--- layout: default --- {% assign posts = site.posts | where: 'layout', 'post' %}

{{ site.title }}

{{ site.description }}

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

{{ site.i18n.home.articles | default: 'Articles' }}

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

{{ post.title | escape }}

{{ post.description }}


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