Removed language selector from footer navigation and fixed air in contact around helpdesk banner.

This commit is contained in:
Mart-Erki.Noumees
2018-10-02 23:17:39 +03:00
parent 59ec2ee920
commit b1c3ac563e
3 changed files with 8 additions and 7 deletions

View File

@@ -13,6 +13,13 @@
</a>
<ul id="main-menu">
{% if page.language == "ee" %}
<a href="{{site.data.i18n.pages.other.en.home.url}}">In English</a>
{% elsif page.language == "en" %}
<a href="{{site.data.i18n.pages.other.ee.home.url}}">Eesti keeles</a>
{% endif %}
{% include main_nav.html %}
</ul>
</div>