Sets the feed copyright. The default value is the value for the "Copyright" key
in the global metadata.
- Namespace
- Statiq
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithFeedCopyright(string feedCopyright)
Parameters
Name | Type | Description |
---|---|---|
feedCopyright | string | The feed copyright. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |