diff --git a/layouts/partials/helpers/country-code.html b/layouts/partials/helpers/country-code.html index 0c5e365..925d70e 100644 --- a/layouts/partials/helpers/country-code.html +++ b/layouts/partials/helpers/country-code.html @@ -20,10 +20,5 @@ {{ end }} {{ end }} -{{/* if specified via "params.showFlags" field, then countryCode is set to be empty. */}} -{{ if eq site.Params.showFlags false }} - {{ $countryCode = "" }} -{{ end }} - {{/* return the country code */}} {{ return $countryCode }} diff --git a/layouts/partials/navigators/floating-lang-selector.html b/layouts/partials/navigators/floating-lang-selector.html index 625c01f..921fdc5 100644 --- a/layouts/partials/navigators/floating-lang-selector.html +++ b/layouts/partials/navigators/floating-lang-selector.html @@ -5,15 +5,19 @@