{% for item in site.posts %}
  • {{ item.title }}

    {{ item.date | date_to_string }} {{ item.excerpt | markdownify }}
  • {% endfor %}