Summary
Sets the feed image link. The default value is the site link.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedLink(ContextConfig feedLink)
Parameters
| Name | Type | Description |
|---|---|---|
| feedLink | ContextConfig | A delegate that should return a Uri with
the feed link. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |
