diff options
Diffstat (limited to '_includes/views/header.html')
-rw-r--r-- | _includes/views/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/views/header.html b/_includes/views/header.html index ba707b0..c43d7ec 100644 --- a/_includes/views/header.html +++ b/_includes/views/header.html @@ -44,6 +44,9 @@ {%- include functions.html func='get_value' -%} {%- assign translate_langs = return -%} {%- if translate_langs.size > 0 -%} + {%- assign name = 'lang' -%} + {%- include functions.html func='get_value' default='en' -%} + {%- assign lang = return -%} <span class="page-link"> {%- include extensions/google-translate.html -%} </span> |