mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
[PUBLISHER] Merge #42
This commit is contained in:
parent
c86eb2f8de
commit
ca4ab67468
@ -5,7 +5,7 @@ share: "true"
|
||||
path: content
|
||||
en-filename: index
|
||||
title: 首页
|
||||
updated: 2024-12-04 18:02
|
||||
updated: 2024-12-04 18:03
|
||||
---
|
||||
|
||||
---
|
||||
@ -13,7 +13,7 @@ updated: 2024-12-04 18:02
|
||||
<strong>🆕 最近创建:</strong>
|
||||
|
||||
<ul>
|
||||
{% assign recent_notes = site.notes | sort: "date created" | reverse %}
|
||||
{% 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>
|
||||
@ -24,7 +24,7 @@ updated: 2024-12-04 18:02
|
||||
<strong>⏰ 最近更新:</strong>
|
||||
|
||||
<ul>
|
||||
{% assign recent_notes = site.notes | sort: "date modified" | reverse %}
|
||||
{% 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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user