Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 327 Bytes

File metadata and controls

17 lines (14 loc) · 327 Bytes
layout default
title 首页
    {% for post in site.posts %}
  • {{ post.title }}
    {{ post.date | date: "%F"}}
    {% if post.category %}{{ post.category }}
    {% endif %} {% if post.excerpt %}{{ post.excerpt }}{% endif %}
  • {% endfor %}