diff --git a/_includes/postslist.njk b/_includes/postslist.njk index b9517f4..d93750c 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 69b53ab..4d89b88 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.