Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 195 Bytes

File metadata and controls

16 lines (9 loc) · 195 Bytes
layout default
title 文章列表

文章列表

{% for post in site.posts %}

  • {{ post.date | date: "%Y-%m-%d"}} » [{{ post.title }}]({{ post.url }})

{% endfor %}