exploRUG component setup
This commit is contained in:
9
docs-src/_includes/footer.11ty.cjs
Normal file
9
docs-src/_includes/footer.11ty.cjs
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = function (data) {
|
||||
return `
|
||||
<footer>
|
||||
<p>
|
||||
Made with
|
||||
<a href="https://github.com/lit/lit-element-starter-ts">lit-starter-ts</a>
|
||||
</p>
|
||||
</footer>`;
|
||||
};
|
||||
Reference in New Issue
Block a user