Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 426 Bytes

File metadata and controls

21 lines (19 loc) · 426 Bytes
layout default
title Posts
permalink /posts/

Posts

    {% for post in site.posts %}
  • {{ post.date | date: "%b %-d, %Y" }}
    {{ post.excerpt }}
  • {% endfor %}