Sets the item published time. The default value is the value for the "Published" key
in the input document.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemPublished(Config<DateTime?> itemPublished)
Parameters
Name | Type | Description |
---|---|---|
itemPublished | Config |
The item published time. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |