diff options
Diffstat (limited to 'source/blog')
-rw-r--r-- | source/blog/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blog/index.md b/source/blog/index.md index 7ec566d..caf7e02 100644 --- a/source/blog/index.md +++ b/source/blog/index.md @@ -10,6 +10,7 @@ Just a bunch of random ramblings. {% assign by_year = site.pages | where_exp: "page", "page.layout == 'blog'" + | sort: "date" | group_by_exp: "page", "page.date | date: '%Y'" | reverse %} |