Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 1015 Bytes

blog.md

File metadata and controls

34 lines (32 loc) · 1015 Bytes
title permalink
blog
/blog/

Blog posts from the lab

{% for post in site.posts %}

{{ post.title }}

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

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


{% endfor %}