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
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41

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 %}