diff --git a/templates/layout.html b/templates/layout.html
index 4e47a22..aea1d56 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -152,8 +152,8 @@
{% for item in config.extra.lang.items %}
{% if lang == item.lang %}
{% for link in item.links %}
- {{ item.name }}
- {{ item.name }}
+ {{ link.name }}
+ {{ link.name }}
{% endfor %}
{% endif %}
{% endfor %}