diff --git a/content/en/content-management/build-options.md b/content/en/content-management/build-options.md index 0cc72fdbe..b7f7f060e 100644 --- a/content/en/content-management/build-options.md +++ b/content/en/content-management/build-options.md @@ -30,7 +30,7 @@ If true, the page will be treated as a published page, holding its dedicated out #### list -Note that we extended this property from a boolean to an enum in Hugo 0.58.0. +Note that we extended this property from a boolean to an enum in Hugo 0.68.0. Valid values are: @@ -41,7 +41,7 @@ always (default) : The page will be included in all page collections, e.g. `site.RegularPages`, `$page.Pages`. local -: The page will be included in any _local_ page collection, e.g. `$page.RegularPages`, `$page.Pages`. One use case for this would be to create fully navigable, but headless content sections. {{< new-in "0.58.0" >}} +: The page will be included in any _local_ page collection, e.g. `$page.RegularPages`, `$page.Pages`. One use case for this would be to create fully navigable, but headless content sections. {{< new-in "0.68.0" >}} #### publishResources