diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/partials/site-footer.html index ca4ee18ff3..8fd00dc081 100755 --- a/documentation/themes/beastie/layouts/partials/site-footer.html +++ b/documentation/themes/beastie/layouts/partials/site-footer.html @@ -1,9 +1,15 @@ +{{ $language := "" }} +{{ $currentLang := $.Site.Language.Lang }} + +{{ if ne $currentLang "en" }} + {{ $language = $currentLang }} +{{ end }}