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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user