title = "Blog"
url = "/blog"
layout = "default"
is_hidden = 0
[blogPosts]
pageNumber = "{{ :page }}"
postsPerPage = 10
noPostsMessage = "No posts found"
sortOrder = "published_at desc"
categoryPage = "blog/category"
postPage = "blog/post"
==
dernières nouvelles
{% if post.categories.count %} {% set categoryLinks = post.categories | map(c => "#{c.name}") | join(', ') %} {{ 'winter.blog::lang.post.posted_byline' | trans({ date: post.published_at | date('winter.blog::lang.post.date_format' | trans), categories: categoryLinks }) }} {% else %} {{ 'winter.blog::lang.post.posted_byline_no_categories' | trans({ date: post.published_at | date('winter.blog::lang.post.date_format' | trans) }) }} {% endif %}
{% if post.featured_images.count %}
{{ post.summary | raw }}