Summary
Sets the feed image link. The default value is the value for the "Image" key
in the global metadata.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedImageLink(ContextConfig feedImageLink)
Parameters
Name | Type | Description |
---|---|---|
feedImageLink | ContextConfig | A delegate that should return a Uri with
the feed image link. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |