From d7f41f06a68cd16e94cb64f69b531377d4181c08 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 18 Oct 2016 12:54:32 -0700 Subject: debugging --- system/db/content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/db/content.go b/system/db/content.go index 2626e8b..99d662b 100644 --- a/system/db/content.go +++ b/system/db/content.go @@ -251,7 +251,7 @@ func (s sortablePosts) Len() int { } func (s sortablePosts) Less(i, j int) bool { - return s[i].Time() < s[j].Time() + return s[i].Time() > s[j].Time() } func (s sortablePosts) Swap(i, j int) { -- cgit v1.2.3