diff --git a/layouts/shortcodes/displayToots.html b/layouts/shortcodes/displayToots.html
index deede92..f59333f 100644
--- a/layouts/shortcodes/displayToots.html
+++ b/layouts/shortcodes/displayToots.html
@@ -16,7 +16,7 @@
-{{ range $dataJ }}
+{{ range sort $dataJ "created_at" "desc" }}
{{ if ne .content "" }}