mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix build listing improvements version
Additional build options for listing pages were introduced in v0.68. Original commit (99958f9) added a note to docs mentioning version 0.58. This change corrects the version.
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
20d77860b2
commit
b66478084c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user