Sets the feed image link. The default value is the site link.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedLink(Uri feedLink)
Parameters
| Name | Type | Description |
|---|---|---|
| feedLink | Uri | The feed link. |
Return Value
| Type | Description |
|---|---|
| GenerateFeeds | The current module instance. |