From b9a42ffcf1f00da5011487c0992129ae90372b4c Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sun, 9 Jul 2023 15:30:02 +0200 Subject: Update KaTeX and GoatCounter, fix blog post sorting --- source/blog/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blog') 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 %} -- cgit v1.2.3