summaryrefslogtreecommitdiff
path: root/source/blog
diff options
context:
space:
mode:
authorPrefetch2023-07-09 15:30:02 +0200
committerPrefetch2023-07-09 15:30:02 +0200
commitb9a42ffcf1f00da5011487c0992129ae90372b4c (patch)
tree4734d8b8ec979fcfa2463f6cf57768625e0bb353 /source/blog
parent7530507686858f7b49a8be4fca4f5c55483e8b4f (diff)
Update KaTeX and GoatCounter, fix blog post sorting
Diffstat (limited to 'source/blog')
-rw-r--r--source/blog/index.md1
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
%}