Fix: blog articles triés par date desc, info en format fr
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
144a191e03
commit
37b9483fe2
1 changed files with 3 additions and 8 deletions
|
|
@ -43,17 +43,12 @@ tabs:
|
|||
cover: true
|
||||
ratio: 16/9
|
||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
||||
articlesList:
|
||||
articles:
|
||||
label: Articles
|
||||
type: pages
|
||||
headline: Liste des articles
|
||||
layout: cards
|
||||
size: full
|
||||
sortBy: date desc
|
||||
image:
|
||||
query: page.cover.toFile
|
||||
ratio: 16/9
|
||||
cover: true
|
||||
template: article
|
||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
||||
create: article
|
||||
sortBy: date desc
|
||||
info: "{{ page.date.toDate('d F Y') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue