refactor link styles
This commit is contained in:
parent
f4019437c5
commit
1d8bcaf080
6 changed files with 16 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue