Defines markup for the “Made with love” message
- Since:
- 1.0.0
- Source:
Parameters:
Name | Type | Description |
---|---|---|
message | string | The “Made with love” message |
Returns:
- Type:
string
HTML
Example
// In an Eleventy template
`${this.madeWith(data.site.madeWith)}`
Defines markup for the “Made with love” message
Name | Type | Description |
---|---|---|
message | string | The “Made with love” message |
string
HTML
// In an Eleventy template
`${this.madeWith(data.site.madeWith)}`