From cbfc0a90a192cd165daba4334afa2a6fa02acae7 Mon Sep 17 00:00:00 2001 From: Alice Bowman Date: Fri, 16 Feb 2024 12:22:56 +0100 Subject: [PATCH 1/4] reversed date order of presentation cards --- layouts/docs/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/docs/list.html b/layouts/docs/list.html index 4d84c8f8..ae4dc192 100644 --- a/layouts/docs/list.html +++ b/layouts/docs/list.html @@ -11,7 +11,7 @@
{{- if .Pages -}} {{ if not .Params.no_list }} - {{ $pag := .Paginate (( $.Scratch.Get "blog-pages").GroupByDate "2006" )}} + {{ $pag := .Paginate (( $.Scratch.Get "blog-pages").GroupByDate "2006" "asc")}} {{ range $pag.PageGroups }}