Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 494 Bytes

File metadata and controls

17 lines (11 loc) · 494 Bytes

Library

我喜欢档案室或者图书馆这样的地方,即使我不喜欢看书。因为希望在我偶然回忆往事的时候,能找到它们的存在。

图书馆也收集了其他人的闲话,用字母标注了作者。

    {% assign sorted_pages = site.pages | sort: "title" | reverse %} {% for page in sorted_pages %} {% if page.category == "post" %}
  • {{ page.title }}
  • {% endif %} {% endfor %}