Sets the feed image link. The default value is the value for the "Image" key
in the global metadata.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedImageLink(Uri feedImageLink)
Parameters
Name | Type | Description |
---|---|---|
feedImageLink | Uri | The feed image link. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |