From ded6a0d97909338a2757c1f2f30262fd2d658a65 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Mon, 10 Oct 2022 12:22:25 -0400 Subject: [PATCH] Revert #1200 to recover desc blog post order (#1269) --- 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 }}