From 31db7edf6ded3961d76f7661b93794bf0a241060 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 26 Apr 2025 07:04:50 -0700 Subject: [PATCH] hugolib: Use new build key in content placeholder Fixes #13655 --- hugolib/content_factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugolib/content_factory.go b/hugolib/content_factory.go index 109e988b1..36cb29e63 100644 --- a/hugolib/content_factory.go +++ b/hugolib/content_factory.go @@ -114,7 +114,7 @@ func (f ContentFactory) CreateContentPlaceHolder(filename string, force bool) (s // the paths correct. placeholder := `--- title: "Content Placeholder" -_build: +build: render: never list: never publishResources: false