diff options
author | Prefetch | 2023-07-09 15:30:02 +0200 |
---|---|---|
committer | Prefetch | 2023-07-09 15:30:02 +0200 |
commit | b9a42ffcf1f00da5011487c0992129ae90372b4c (patch) | |
tree | 4734d8b8ec979fcfa2463f6cf57768625e0bb353 /source/blog | |
parent | 7530507686858f7b49a8be4fca4f5c55483e8b4f (diff) |
Update KaTeX and GoatCounter, fix blog post sorting
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 %} |