add footer with own nav and pages

This commit is contained in:
Lyn Fugmann 2024-09-13 17:45:32 +02:00
parent d67a98b9a6
commit 131c03549f
6 changed files with 45 additions and 0 deletions

15
_includes/footer.njk Normal file
View file

@ -0,0 +1,15 @@
<footer>
<div>
<div>[language switcher]</div>
<nav>
{{ collections.footerNav | eleventyNavigation | eleventyNavigationToHtml | safe }}
</nav>
</div>
<div>
<p>
Design:
<a href="https://designtoasty.de" target="_blank" rel="noreferrer">Designtoasty</a>
</p>
<p>Made with 🧉 and 🌈 in Dresden</p>
</div>
</footer>