Skip to content

Commit 0677ce6

Browse files
committed
fix(posts,regression): sort posts
1 parent 896bf7f commit 0677ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tableau/extensions/post_extension.ex

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ defmodule Tableau.PostExtension do
9191

9292
{Post.build(path, front_matter, pre_convert_body), renderer}
9393
end)
94+
|> Enum.sort_by(fn {post, _} -> post.date end, {:desc, DateTime})
9495
|> then(fn posts ->
9596
if config.future do
9697
posts

0 commit comments

Comments
 (0)