Indicates that an existing value in the title key should be kept. The
default value is
true. Setting to false will always
set the title metadata to the result of this module, even if the
result is null or empty.
- Namespace
- Statiq
.Core - Containing Type
- AddTitle
Syntax
public AddTitle KeepExisting(bool keepExisting = true)
Parameters
| Name | Type | Description |
|---|---|---|
| keepExisting | bool | Whether to keep the existing title metadata value. |
Return Value
| Type | Description |
|---|---|
| AddTitle | The current module instance. |