Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 301 Bytes

File metadata and controls

13 lines (12 loc) · 301 Bytes
layout index

{% for post in site.posts %}

  • {{ post.date | date: "%b %-d, %Y" }}

    {{ post.title }}

    {{ post.summary }}
  • {% endfor %}