This commit is contained in:
Keita Ishibashi 2020-04-22 11:07:28 +09:00 committed by GitHub
parent 725f536439
commit 40ea44d244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ Note that we extended this property from a boolean to an enum in Hugo 0.68.0.
Valid values are: Valid values are:
never never
: The page will not be incldued in any page collection. : The page will not be included in any page collection.
always (default) always (default)
: The page will be included in all page collections, e.g. `site.RegularPages`, `$page.Pages`. : The page will be included in all page collections, e.g. `site.RegularPages`, `$page.Pages`.