mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +01:00
fix uk flag link
This commit is contained in:
@@ -81,7 +81,6 @@
|
||||
<a class="nav-link" href="{{ conf['TWITTER'] }}">Twitter</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if conf["LANGUAGE"] == "en" %}
|
||||
<li>
|
||||
<a class="nav-link flag" href="/"
|
||||
@@ -93,13 +92,12 @@
|
||||
{% elif conf["LANGUAGE"] == "de" %}
|
||||
<li>
|
||||
<a class="nav-link flag" href="/en/"
|
||||
style="background-image: url('https://potaris.de/picture/lang/uk-flag.png');">
|
||||
style="background-image: url('https://potaris.de/picture/lang/uk-flag.svg');">
|
||||
<div class="hover-to-75 foce-fill">
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user