aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend/christine.website/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/christine.website/main.go b/backend/christine.website/main.go
index 08a46da..63045a8 100644
--- a/backend/christine.website/main.go
+++ b/backend/christine.website/main.go
@@ -73,7 +73,7 @@ func init() {
panic(err)
}
- sort.Sort(posts)
+ sort.Sort(sort.Reverse(posts))
}
func main() {