WithItemTitle(Config<string>) Method
Sets the item title. The default value is the value for the "Title" key in the input document.
Namespace
Statiq.Feeds
Containing Type
GenerateFeeds

Syntax

public GenerateFeeds WithItemTitle(Config<string> itemTitle)

Parameters

Name Type Description
itemTitle Config<string> The item title.

Return Value

Type Description
GenerateFeeds The current module instance.