Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 347 Bytes

posts.md

File metadata and controls

17 lines (15 loc) · 347 Bytes
layout title
default
Posts

Posts

    {% for post in site.categories.posts %}
  • {{ post.title }} {{ post.date | date: "%B %-d, %Y" }}
  • {% endfor %}