Sets the item image link. The default value is the value for the "Image" key
in the input document.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemImageLink(Config<Uri> itemImageLink)
Parameters
| Name | Type | Description |
|---|---|---|
| itemImageLink | Config |
The item image link. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |