From d482657b76b49c6afaf5eb2c2e63d949d80e66fb Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sun, 23 Feb 2025 22:49:11 -0500 Subject: [PATCH] Add footnote about alias to the build front matter key --- content/en/content-management/build-options.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/content-management/build-options.md b/content/en/content-management/build-options.md index b9762e563..22f6ba65b 100644 --- a/content/en/content-management/build-options.md +++ b/content/en/content-management/build-options.md @@ -12,7 +12,7 @@ toc: true aliases: [/content/build-options/] --- -Build options are stored in a reserved front matter object named `build` with these defaults: +Build options are stored in a reserved front matter object named `build`[^1] with these defaults: {{< code-toggle file=content/example/index.md fm=true >}} [build] @@ -23,7 +23,7 @@ render = 'always' list : When to include the page within page collections. Specify one of: - + - `always` : Include the page in _all_ page collections. For example, `site.RegularPages`, `.Pages`, etc. This is the default value. @@ -318,3 +318,5 @@ public/ │ └── index.html └── index.html ``` + +[^1]: For historical reasons, `_build` is an alias for `build`.