From d99e979d4e8ef01f337f729aa6b08498ddcc43f6 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 26 May 2025 09:17:34 -0700 Subject: [PATCH] theme: Display date on news items from content adapter --- layouts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/list.html b/layouts/list.html index b049b6da9..f38505ea7 100644 --- a/layouts/list.html +++ b/layouts/list.html @@ -21,7 +21,7 @@ - {{ if .Params.show_publish_date }} + {{ if or .Params.show_publish_date (eq .Section "news") }} {{ with .PublishDate }}