Adds latest il8n changes to shared header nav

This commit is contained in:
Andy Tudhope 2018-11-14 10:32:56 +02:00
parent 563f2bab9d
commit 431b1aa772
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{# shared - edit once, and update in other static sites #}
<ul class="main-nav">
<li class="item--to-show"><a href="/get/" class="">App</a></li>
<li class="item--to-show"><a href={{url_for_lang('get')}} class="">App</a></li>
<li class="item--to-show"> <a href="https://our.status.im/">Blog</a> </li>
<li class="item--to-show"> <a href="/docs/">Docs</a></li>
<li class="item--to-show"> <a href={{url_for_lang('docs')}}>Docs</a></li>
<li class="item--dropdown item--dropdown-projects"> <a href="#" class="">Projects</a></li>
<li><a href="/contribute/" id="contribute">Contribute today</a></li>
<li><a href={{url_for_lang('contribute')}}>Contribute</a></li>
<li class="item--dropdown"><a href="#" class="item--dropdown-community">Community</a></li>
<li class="item--more"><a href="#" class="item--more">More</a></li>
</ul>