2024-09-13 17:45:32 +02:00
|
|
|
<footer>
|
2024-09-23 14:37:40 +02:00
|
|
|
<div class="footer-container content">
|
2024-09-14 11:32:32 +02:00
|
|
|
{% set otherLang = page.url | locale_links | first %}
|
2024-09-23 17:54:34 +02:00
|
|
|
<div class="languageSwitch">
|
|
|
|
<a href="{{otherLang.url}}" lang="{{otherLang.lang}}" hreflang="{{otherLang.lang}}">
|
|
|
|
{% if otherLang.lang == "de" %}
|
|
|
|
Deutsche Version 🇩🇪
|
|
|
|
{% else %}
|
|
|
|
English Version 🇬🇧/🇺🇸
|
|
|
|
{% endif %}
|
|
|
|
</a>
|
|
|
|
</div>
|
2024-09-15 15:36:23 +02:00
|
|
|
<nav id="footerNav">
|
2024-09-14 10:59:22 +02:00
|
|
|
{{ collections.footerNav | pageLang | eleventyNavigation | eleventyNavigationToHtml | safe }}
|
2024-09-13 17:45:32 +02:00
|
|
|
</nav>
|
2024-09-23 17:54:34 +02:00
|
|
|
<span class="designCredit">
|
2024-09-13 17:45:32 +02:00
|
|
|
Design:
|
|
|
|
<a href="https://designtoasty.de" target="_blank" rel="noreferrer">Designtoasty</a>
|
2024-09-15 15:36:23 +02:00
|
|
|
</span>
|
|
|
|
<span>Made with 🧉 and 🌈 in Dresden</span>
|
2024-09-13 17:45:32 +02:00
|
|
|
</div>
|
|
|
|
</footer>
|
2024-09-15 15:36:23 +02:00
|
|
|
|
|
|
|
{% css %}
|
2024-09-20 17:10:24 +02:00
|
|
|
{% include "footer.css" %}
|
2024-09-15 15:36:23 +02:00
|
|
|
{% endcss %}
|