Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 333 Bytes

File metadata and controls

14 lines (12 loc) · 333 Bytes
title Recent posts
layout page
    {% for post in site.posts %}
  • {{ post.date | date:"%Y-%m-%d" }} {{ post.title }}
  • {% endfor %}