Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 643 Bytes

blog.md

File metadata and controls

21 lines (20 loc) · 643 Bytes
layout
blog

{% for post in site.posts reversed %}

{{ post.title }}

{{ post.date | date: "%b %-d, %Y" }}       0 Comments
{{ post.excerpt }}
continue reading ..
{% endfor %}