maybe fix the en_US "Guide" button
This commit is contained in:
parent
7f050bff46
commit
74d4c9724c
1 changed files with 68 additions and 68 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue