Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 236 Bytes

File metadata and controls

11 lines (11 loc) · 236 Bytes
title Blog
layout page
    {% for post in site.posts %}
  • {{ post.title}} {{ post.date | date: "%b %-d, %Y" }}
  • {% endfor %}