From f3ed4d719b793b858416a9ac981b65963df2804b Mon Sep 17 00:00:00 2001 From: razonyang Date: Tue, 31 Oct 2023 20:10:03 +0800 Subject: [PATCH] fix(archives): correct the dateFormat parameter --- layouts/partials/archives/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/archives/list.html b/layouts/partials/archives/list.html index b5e31bf49..a7d03d0e2 100644 --- a/layouts/partials/archives/list.html +++ b/layouts/partials/archives/list.html @@ -20,7 +20,7 @@

{{- range first 5 .Pages -}}
  • {{ partial "helpers/title" . }} - +
  • {{- end -}} {{- if and (gt (len .Pages) 5) $yearPage -}}