From e42d3680b2ef665d687d1ed4a3d46a1dbb1377fb Mon Sep 17 00:00:00 2001
From: Dimitrie Stefanescu
Date: Sun, 25 Apr 2021 20:47:42 +0100
Subject: [PATCH] fix(about page): authors (specklers) now displayed in correct
historical order
---
page-about.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/page-about.hbs b/page-about.hbs
index 442679c..a47c916 100644
--- a/page-about.hbs
+++ b/page-about.hbs
@@ -14,7 +14,7 @@
Specklers!
- {{#get 'authors' limit='all' include='count.posts' order='count.posts desc' filter="slug:-speckle"}}
+ {{#get 'authors' limit='all' include='count.posts' order='date desc' filter="slug:-speckle"}}
{{#foreach authors}}