diff --git a/_includes/postslist.njk b/_includes/postslist.njk index b9517f4de2..d93750c4ae 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -1,4 +1,4 @@ -
    +
      {% for post in postslist | reverse %}
    1. {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} diff --git a/index.njk b/index.njk index 69b53ab8e1..4d89b886dd 100644 --- a/index.njk +++ b/index.njk @@ -8,6 +8,7 @@ eleventyNavigation:

      Latest 3 Posts

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

      More posts can be found in the archive.