mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
[PUBLISHER] Merge #43
This commit is contained in:
parent
ca4ab67468
commit
faae00b607
@ -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/|目录]]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user