WithItemPublished(Config<DateTime?>) Method
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<DateTime?> The item published time.

Return Value

Type Description
GenerateFeeds The current module instance.