_includes/shortcodes/card

Defines markup for an information card

Since:
  • 1.0.0
Source:
Parameters:
NameTypeDescription
dataObject

Card data with a description, name, and url

Returns:
Type:
string

HTML

Example
// In an Eleventy template
`${this.copyrightNotice(data)}`