Skip to content

Commit 31db7ed

Browse files
jmooringbep
authored andcommitted
hugolib: Use new build key in content placeholder
Fixes #13655
1 parent 5857b60 commit 31db7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugolib/content_factory.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (f ContentFactory) CreateContentPlaceHolder(filename string, force bool) (s
114114
// the paths correct.
115115
placeholder := `---
116116
title: "Content Placeholder"
117-
_build:
117+
build:
118118
render: never
119119
list: never
120120
publishResources: false

0 commit comments

Comments
 (0)