Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 1013 Bytes

blog.md

File metadata and controls

37 lines (36 loc) · 1013 Bytes
layout title hide-title
page
Blog
true
{% for post in site.posts %}
{{ post.date | date_to_string }} {{ post.excerpt | strip_html | strip_newlines | truncate: 175 }}
{% endfor %}