A JavaScript Template module for the external CSS links
Parameters:
Name | Type | Description |
---|---|---|
eleventyConfig | Object | 11ty’s Config API |
Methods
(inner) externalCSS(data) → {String}
HTML <head>
markup
Parameters:
Name | Type | Description |
---|---|---|
data | Object | 11ty’s data object |
Returns:
- Type:
String
An HTML template literal
Example
`${this.externalCSS(data)}`