Defines markup for an information card
- Since:
- 1.0.0
- Source:
Parameters:
Name | Type | Description |
---|---|---|
data | Object | Card data with a |
Returns:
- Type:
string
HTML
Example
// In an Eleventy template
`${this.copyrightNotice(data)}`
Defines markup for an information card
Name | Type | Description |
---|---|---|
data | Object | Card data with a |
string
HTML
// In an Eleventy template
`${this.copyrightNotice(data)}`