Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 365 Bytes

File metadata and controls

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

Posts

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