mirror of
https://github.com/hacks-guide/Guide_WiiU-OLD.git
synced 2024-11-26 19:00:23 +00:00
masthead link fix
This commit is contained in:
parent
21e49faa63
commit
61637ffcf6
@ -29,6 +29,10 @@
|
||||
{% else %}
|
||||
{% assign langless_url = split_url[1] %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if langless_url == "index.html" %}
|
||||
{% assign langless_url = "" %}
|
||||
{% endif %}
|
||||
<li class="masthead__menu-item"><a href="{{ site.url }}/{{ langless_url }}">English</a></li>
|
||||
<li class="masthead__menu-item"><a href="{{ site.url }}/es_ES/{{ langless_url }}">Español</a></li>
|
||||
<li class="masthead__menu-item"><a href="{{ site.url }}/de_DE/{{ langless_url }}">Deutsch</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user