We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560f5a7 commit 89bcdc9Copy full SHA for 89bcdc9
1 file changed
_includes/header.html
@@ -1,5 +1,7 @@
1
<header>
2
- <a href="/{{ page.lang }}/"><img src="/assets/logo.svg" width="225" alt="MapRoulette"/></a>
+ <a href="{% if page.lang %}/{{ page.lang }}/{% else %}/{% endif %}">
3
+ <img src="/assets/logo.svg" width="225" alt="MapRoulette"/>
4
+ </a>
5
<div class="right">
6
<div id="docsearch"></div>
7
{% if page.variants.size > 1 %}
0 commit comments