Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1017 Bytes

File metadata and controls

29 lines (27 loc) · 1017 Bytes
layout title description
default
Archive
Change log and other updates

Archive

{% for post in site.posts offset:9 %}
{{ post.title }} ({{ post.author.display_name }}, {{ post.date | date: "%B %-d, %Y" }})

{{ post.content | strip_html | truncatewords:32}}
Read more...


{% endfor %}