Adds Eleventy link to footer.

This commit is contained in:
Zach Leatherman 2024-04-24 17:31:41 -05:00
parent d59b6e1f7a
commit 801f879b26

View File

@ -54,7 +54,9 @@
{{ content | safe }}
</main>
<footer></footer>
<footer>
<p><em>Built with <a href="https://www.11ty.dev/">{{ eleventy.generator }}</a></em></p>
</footer>
<!-- This page `{{ page.url | htmlBaseUrl }}` was built on {% currentBuildDate %} -->
</body>