From: Joe Mooring Date: Sat, 26 Apr 2025 14:04:50 +0000 (-0700) Subject: hugolib: Use new build key in content placeholder X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31db7edf6ded3961d76f7661b93794bf0a241060;p=brevno-suite%2Fhugo hugolib: Use new build key in content placeholder Fixes #13655 --- 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