diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 57a29a2..7a54534 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -63,7 +63,7 @@

Built with {{ eleventy.generator }}

- + diff --git a/_includes/postslist.njk b/_includes/postslist.njk index 99272c5..7ff7c6b 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -1,9 +1,9 @@ {%- css %}.postlist { counter-reset: start-from {{ (postslistCounter or postslist.length) + 1 }} }{% endcss %}
    -{% for post in postslist | reverse %} +{%- for post in postslist | reverse %}
  1. {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %}
  2. -{% endfor %} +{%- endfor %}