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