Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 333 Bytes

index.md

File metadata and controls

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