[PUBLISHER] Merge #43

This commit is contained in:
wangzipai 2024-12-05 10:05:12 +08:00 committed by GitHub
parent ca4ab67468
commit faae00b607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,29 +5,7 @@ share: "true"
path: content
en-filename: index
title: 首页
updated: 2024-12-04 18:03
updated: 2024-12-05 10:05
---
---
<strong>🆕 最近创建:</strong>
<ul>
{% assign recent_notes = site.notes | sort: "date" | reverse %}
{% for note in recent_notes | limit: 6 %}
<li>
{{ note['date created']}} — <a class="internal-link" href="{{ note.url }}">{{ note.title }}</a>
</li>
{% endfor %}
</ul>
<strong>⏰ 最近更新:</strong>
<ul>
{% assign recent_notes = site.notes | sort: "updated" | reverse %}
{% for note in recent_notes | limit: 6 %}
<li>
{{ note['date modified']}} — <a class="internal-link" href="{{ note.url }}">{{ note.title }}</a>
</li>
{% endfor %}
</ul>
[[Obsidian/|目录]]