Change relative links

Unfortunately, we can either have these translated, or have them be fixed rather than relative so that they work across all our sites. I prefer the latter.
This commit is contained in:
Andy Tudhope 2018-11-15 19:20:13 +02:00 committed by GitHub
parent 431b1aa772
commit 883afaa515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 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={{url_for_lang('get')}} class="">App</a></li>
<li class="item--to-show"><a href="https://status.im/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={{url_for_lang('docs')}}>Docs</a></li>
<li class="item--to-show"> <a href="https://status.im/docs">Docs</a></li>
<li class="item--dropdown item--dropdown-projects"> <a href="#" class="">Projects</a></li>
<li><a href={{url_for_lang('contribute')}}>Contribute</a></li>
<li><a href="https://status.im/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>
</ul>