Sets the item thread link. By default, no thread link is specified.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemThreadLink(Config<Uri> itemThreadLink)
Parameters
| Name | Type | Description |
|---|---|---|
| itemThreadLink | Config |
The item thread link. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |