refactor link styles

This commit is contained in:
Lyn Fugmann 2024-10-02 12:16:01 +02:00
parent f4019437c5
commit 1d8bcaf080
6 changed files with 16 additions and 18 deletions

View file

@ -1,8 +1,8 @@
<footer>
<div class="footer-container content">
{% set otherLang = page.url | locale_links | first %}
<div class="languageSwitch">
<a href="{{otherLang.url}}" lang="{{otherLang.lang}}" hreflang="{{otherLang.lang}}">
<div>
<a class="languageSwitch" href="{{otherLang.url}}" lang="{{otherLang.lang}}" hreflang="{{otherLang.lang}}">
{% if otherLang.lang == "de" %}
Deutsche Version 🇩🇪
{% else %}
@ -33,7 +33,7 @@
</nav>
<span class="designCredit">
Design:
<a href="https://designtoasty.de" target="_blank" rel="noreferrer">Designtoasty</a>
<a class="designLink" href="https://designtoasty.de" target="_blank" rel="noreferrer">Designtoasty</a>
</span>
<span>Made with 🧉 and 🌈 in Dresden</span>
</div>