Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 282 Bytes

File metadata and controls

14 lines (12 loc) · 282 Bytes
layout default
title blog posts

blog posts

    {% for post in site.posts %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}