We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896bf7f commit 0677ce6Copy full SHA for 0677ce6
lib/tableau/extensions/post_extension.ex
@@ -91,6 +91,7 @@ defmodule Tableau.PostExtension do
91
92
{Post.build(path, front_matter, pre_convert_body), renderer}
93
end)
94
+ |> Enum.sort_by(fn {post, _} -> post.date end, {:desc, DateTime})
95
|> then(fn posts ->
96
if config.future do
97
posts
0 commit comments