There is no build for the element or site utilities like PrismJS yet, so this site only works locally at the moment.
10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
module.exports = function(data) {
|
|
return `
|
|
<footer>
|
|
<p>
|
|
Made with
|
|
<a href="https://github.com/PolymerLabs/lit-element-starter-ts">lit-element-starter-ts</a>
|
|
</p>
|
|
</footer>`;
|
|
};
|