Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 638 Bytes

blog.md

File metadata and controls

19 lines (19 loc) · 638 Bytes

layout: default title: Blog

{% for post in site.posts limit: 1000 %}

{{ post.title }}

{{ post.date | date: "%B %-d, %Y" }}

{{ post.description }}

MORE>>

Image Not Found!
{% endfor %}