Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 233 Bytes

File metadata and controls

13 lines (12 loc) · 233 Bytes
layout page
title Blog
permalink /blog/
    {% for post in site.posts %}
  • {{ post.date | date: "%Y-%m-%d" }} - {{ post.title }}
  • {% endfor %}