mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-24 14:00:58 +00:00
Removed language selector from footer navigation and fixed air in contact around helpdesk banner.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user