Fix: blog articles triés par published desc, info date fr
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
37b9483fe2
commit
2352b621e5
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ tabs:
|
|||
label: Articles
|
||||
type: pages
|
||||
layout: cards
|
||||
sortBy: date desc
|
||||
sortBy: published desc
|
||||
image:
|
||||
ratio: 16/9
|
||||
cover: true
|
||||
info: "{{ page.date.toDate('d F Y') }}"
|
||||
info: "{{ page.published.toDate('d/m/Y') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue