Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 473 Bytes

File metadata and controls

21 lines (19 loc) · 473 Bytes
layout default
title Blog
permalink /blog/

Recent Posts

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

    {{ post.title }} {{ post.excerpt }}

  • {% endfor %}