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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ render
: Always render the page to disk. This is the default value. : Always render the page to disk. This is the default value.
- `link` - `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`
: Never render the page to disk, and exclude it from all page collections. : Never render the page to disk, and exclude it from all page collections.