footer.11ty.cjs 176 B

123456789
  1. module.exports = function (data) {
  2. return `
  3. <footer>
  4. <p>
  5. Made with
  6. <a href="https://github.com/PolymerLabs/lit-starter-ts">lit-starter-ts</a>
  7. </p>
  8. </footer>`;
  9. };