_includes/shortcodes/made-with

Defines markup for the “Made with love” message

Since:
  • 1.0.0
Source:
Parameters:
NameTypeDescription
messagestring

The “Made with love” message

Returns:
Type:
string

HTML

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