{% for post in page.posts %} {{ partial('partial/whisperbox', { className: 'o-distance-m', title: post.title, image: post.image, linkClassName: 'u-link-uniform', titleClassName: 'c-title-level-3', linkTitle: true, text: post.summary, dateInfo: post.date, link: { text: __('archives.article_box.read_more_link'), href: url_for(post.path) } }) }} {% endfor %}
{{__('archives.back_to_blog_link.label')}}