Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 223 Bytes

File metadata and controls

14 lines (13 loc) · 223 Bytes
layout page
title Blog
permalink /blog/
    {% for post in site.posts %}
  • {{ post.title }} - {{ post.date | date_to_string }}
  • {% endfor %}