diff --git a/_includes/articleslist.njk b/_includes/articleslist.njk index 2e945f8..f5452d3 100644 --- a/_includes/articleslist.njk +++ b/_includes/articleslist.njk @@ -1,7 +1,9 @@ -
    +
      {% for post in postslist | reverse %}
    1. - {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} +

      + {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} +