diff --git a/src/tagList.md b/src/tagList.md index fe3cb02..a7f216f 100644 --- a/src/tagList.md +++ b/src/tagList.md @@ -9,7 +9,7 @@ eleventyComputed: title: "{{ tag }}" --- -{% for post in collections[tag] %} +{% for post in collections[tag] reversed %}