Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 172 Bytes

File metadata and controls

10 lines (9 loc) · 172 Bytes
layout blog
title Blog
permalink /blog

{% for post in site.posts %}

  • {{ post.date | date: "%b %d, %Y" }}
  • [{{ post.title }}]({{ post.url }}) {% endfor %}