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:
isUnknown 2026-03-10 16:39:27 +01:00
parent 37b9483fe2
commit 2352b621e5

View file

@ -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') }}"