mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-09 17:18:33 +01:00
more fancy shit
This commit is contained in:
@@ -12,7 +12,11 @@
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
<li class="nav-item">
|
||||
{% if conf["LANGUAGE"] == "en" %}
|
||||
<a class="nav-link" href="/en/">Home</a>
|
||||
{% else %}
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
||||
{% for ndl in conf["NAVBAR_DROPDOWN_LINKS"] %}
|
||||
|
||||
Reference in New Issue
Block a user