Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 222 Bytes

File metadata and controls

13 lines (12 loc) · 222 Bytes
layout default

記事一覧


    {% for post in site.posts %}
  • {{ post.date | date: "%Y-%m-%d" }} {{ post.title }}
  • {% endfor %}