title: Blog icon: blog image: back: #fff color: var(--color-green) query: false options: delete: false duplicate: false move: false changeTemplate: false tabs: # Intro intro: label: Contenu icon: text sections: content: type: fields fields: intro: type: writer marks: - bold - italic - green - pixel - underline - strike - clear - link nodes: - heading headings: - 1 help: Section de texte centrée. featured: label: Article à la une type: pages query: site.find('blog').children.listed max: 1 layout: cards image: query: page.cover.toFile cover: true ratio: 16/9 info: "{{ page.date.toDate('d/m/Y') }}" articles: label: Articles type: pages layout: cards sortBy: published desc image: ratio: 16/9 cover: true info: "{{ page.published.toDate('d/m/Y') }}"