From cecef20725b81d796a259d21827cc5103ee26473 Mon Sep 17 00:00:00 2001 From: kranurag78 <84301342+kranurag78@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:53:40 +0530 Subject: [PATCH] Update list.html add dates for page lists --- layouts/_default/list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 6c1f9883..eefbcf9c 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -15,6 +15,7 @@

{{ $year }}

{{ .Title }} +

{{ .Date.Format "January 2, 2006" }}

@@ -24,4 +25,4 @@

-{{- end -}} \ No newline at end of file +{{- end -}}