A JavaScript Template module for the copyright notice
Parameters:
Name | Type | Description |
---|---|---|
eleventyConfig | Object | 11ty’s Config API |
Methods
(inner) copyrightNotice(11ty’s) → {String}
Copyright notice markup
Parameters:
Name | Type | Description |
---|---|---|
11ty’s | Object | data object |
Returns:
- Type:
String
HTML template literal
Example
`${this.copyrightNotice(data)}`