Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 984 Bytes

blog.md

File metadata and controls

33 lines (32 loc) · 984 Bytes
title permalink layout
blog
/blog/
page
{% for post in site.posts %}

{{ post.title }}

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

{{ post.content | strip_html | truncatewords:30 }}


{% endfor %}