diff --git a/src/blog/tag.html b/src/blog/tag.html index f777339..c62e2ec 100644 --- a/src/blog/tag.html +++ b/src/blog/tag.html @@ -14,7 +14,7 @@ eleventyComputed:

Posts tagged “{{ tag }}”

    - {% set posts = collections.posts | filterBy(tag) %} + {% set posts = collections.posts | filterBy(tag) | reverse %} {% for item in posts %}
  1. {{ item.data.title | safe }}