Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 678 Bytes

File metadata and controls

17 lines (16 loc) · 678 Bytes
title Writing
layout default

Writing

{% for post in site.posts %} {{ post.title }}
{{ post.date | date: "%b %d, %Y" }}

{{ post.excerpt | strip_html | truncatewords: 28 }}

{% endfor %}