Correct description of build options > render > link

This commit is contained in:
Joe Mooring
2024-02-15 10:40:34 -08:00
committed by GitHub
parent f57932df12
commit 8c46b304a0
@@ -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.