From 0259b88f1b86050aae9f5fd58962f6ff1ff226f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 27 May 2025 13:05:43 +0200 Subject: [PATCH] Revert "theme: Display date on news items from content adapter" This reverts commit d99e979d4e8ef01f337f729aa6b08498ddcc43f6. This is not needed with Hugo 0.147.6. --- layouts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/list.html b/layouts/list.html index f38505ea7..b049b6da9 100644 --- a/layouts/list.html +++ b/layouts/list.html @@ -21,7 +21,7 @@ - {{ if or .Params.show_publish_date (eq .Section "news") }} + {{ if .Params.show_publish_date }} {{ with .PublishDate }}