From 78720d93422cc22f87fa18e173a3d1c50b1354cc Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 8 Oct 2022 15:27:20 -0400 Subject: [PATCH] Revert #1200 to recover desc blog post order --- layouts/blog/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/blog/list.html b/layouts/blog/list.html index c63c3099be..0f781cb87e 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -8,7 +8,7 @@
{{- if .Pages -}} - {{ $pag := .Paginate (( $.Scratch.Get "blog-pages").GroupByDate "2006" "asc" )}} + {{ $pag := .Paginate (( $.Scratch.Get "blog-pages").GroupByDate "2006" )}} {{ range $pag.PageGroups }}

{{ T "post_posts_in" }} {{ .Key }}