Files
js-examples/lit-element-starter-ts/docs-src/_includes/footer.11ty.cjs
2023-02-26 01:30:37 +09:00

10 lines
176 B
JavaScript

module.exports = function (data) {
return `
<footer>
<p>
Made with
<a href="https://github.com/PolymerLabs/lit-starter-ts">lit-starter-ts</a>
</p>
</footer>`;
};