From a83303bedbaf088c3190e9a5b7a678843be59e97 Mon Sep 17 00:00:00 2001 From: eggy Date: Sun, 23 May 2021 22:09:30 -0400 Subject: [PATCH] Display tags from from most recent --- src/tagList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}

{{ post.data.title }}