--- layout: layouts/home.webc eleventyNavigation: key: i18n.nav.home order: 1 --- {% set maxPosts = collections.posts.length | min(3) %}

Latest {% if maxPosts == 1 %}Post{% else %}{{ maxPosts }} Posts{% endif %}

{% set postslist = collections.posts | head(-3) %} {% set postslistCounter = collections.posts | length %} {% include "postslist.njk" %}

More posts can be found in the archive.

{# List all of the pages in the project #}