Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 562 Bytes

File metadata and controls

24 lines (23 loc) · 562 Bytes
layout default
description A description about my blog homepage

日志

    {% for post in site.posts %}
  • {{ post.date | date_to_string }} - {{ post.title }}
  • {% endfor %}

Pages

    {% for page in site.html_pages %} {% if page.title %}
  • {{ page.title }}
  • {% endif %} {% endfor %}