diff --git a/src/tagList.md b/src/tagList.md index e4e3fd03..25d7bf3d 100644 --- a/src/tagList.md +++ b/src/tagList.md @@ -9,9 +9,8 @@ eleventyComputed: title: '{{ tag }}' templateEngineOverride: liquid,md --- - -{% for post in collections[tag] %} - +{% assign posts = collections[tag] | reverse %} +{% for post in posts %}