diff --git a/_includes/nav.html b/_includes/nav.html index 05fd1318..1742d205 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -42,7 +42,9 @@ {% assign path = page.path | replace: page.collection, collection.label %} {% assign item = site[collection.label] | where: "path", path | first %} {% if item %} -
  • {{ site.data.lang-names[item.lang] }}
  • + {% if item.lang != "en-US" or item.collection == "en-US" %} +
  • {{ site.data.lang-names[item.lang] }}
  • + {% endif %} {% endif %} {% endunless %} {% endfor %}