Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 914 Bytes

File metadata and controls

40 lines (31 loc) · 914 Bytes
layout default

{% for post in site.posts%}

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

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

{% endfor %}