1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-07 23:21:55 +02:00

maybe fix the en_US "Guide" button

This commit is contained in:
Plailect
2017-01-18 00:04:56 -05:00
parent 7f050bff46
commit 74d4c9724c

View File

@@ -7,7 +7,7 @@
{% assign locale = split_path[1] %}
{% assign titles = site.data.navigation[locale].main %}
{% if locale == 'en_US' %}
{% assign locale_var = '' %}
{% assign locale_var = '/' %}
{% else %}
{% assign locale_var = locale | prepend:'/' | append:'/' %}
{% endif %}