mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 12:34:44 -04:00
Add footnote about alias to the build front matter key
This commit is contained in:
parent
f0629b77c7
commit
d482657b76
@ -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]
|
||||
@ -318,3 +318,5 @@ public/
|
||||
│ └── index.html
|
||||
└── index.html
|
||||
```
|
||||
|
||||
[^1]: For historical reasons, `_build` is an alias for `build`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user