Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 789 Bytes

File metadata and controls

29 lines (27 loc) · 789 Bytes
layout default
title 首页

Pick7's Notes

学习笔记 · 知识整理 · 持续更新

{% assign sorted_notes = site.notes | sort: 'date' | reverse %} {% for note in sorted_notes %}
{{ note.date | date: "%Y-%m-%d" }}
{{ note.excerpt | strip_html | truncatewords: 40 }}
{% if note.tags %}
{% for tag in note.tags %} {{ tag }} {% endfor %}
{% endif %} {% endfor %}