Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 984 Bytes

File metadata and controls

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

{{ post.title }}

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

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


{% endfor %}