This commit is contained in:
Thomas Chartron 2021-11-14 14:17:14 +01:00
parent 53b0855d79
commit 36db0f8475

View file

@ -152,8 +152,8 @@
{% for item in config.extra.lang.items %}
{% if lang == item.lang %}
{% for link in item.links %}
<a class="" href="{{ item.base_url }}">{{ item.name }}</a>
<a class="" href="{{ item.base_url }}">{{ item.name }}</a>
<a class="" href="{{ link.base_url }}">{{ link.name }}</a>
<a class="" href="{{ link.base_url }}">{{ link.name }}</a>
{% endfor %}
{% endif %}
{% endfor %}