diff options
Diffstat (limited to 'content/en/content-management/build-options.md')
-rw-r--r-- | content/en/content-management/build-options.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/en/content-management/build-options.md b/content/en/content-management/build-options.md index bc9d7ff49..e8b3354bf 100644 --- a/content/en/content-management/build-options.md +++ b/content/en/content-management/build-options.md @@ -50,7 +50,7 @@ render : Always render the page to disk. This is the default value. - `link` - : Do not render the page to disk, but include it in all page collections. + : Do not render the page to disk, but assign `Permalink` and `RelPermalink` values. - `never` : Never render the page to disk, and exclude it from all page collections. @@ -245,7 +245,7 @@ content/ Set the build options in front matter: -{{< code-toggle file=content/books/_index.md >}} +{{< code-toggle file=content/books/_index.md fm=true >}} title = 'Books' [_build] render = 'never' |