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