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
|
cover: true
|
||||||
ratio: 16/9
|
ratio: 16/9
|
||||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
info: "{{ page.date.toDate('d/m/Y') }}"
|
||||||
articlesList:
|
articles:
|
||||||
label: Articles
|
label: Articles
|
||||||
type: pages
|
type: pages
|
||||||
headline: Liste des articles
|
|
||||||
layout: cards
|
layout: cards
|
||||||
size: full
|
sortBy: date desc
|
||||||
image:
|
image:
|
||||||
query: page.cover.toFile
|
|
||||||
ratio: 16/9
|
ratio: 16/9
|
||||||
cover: true
|
cover: true
|
||||||
template: article
|
info: "{{ page.date.toDate('d F Y') }}"
|
||||||
info: "{{ page.date.toDate('d/m/Y') }}"
|
|
||||||
create: article
|
|
||||||
sortBy: date desc
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue