Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/helpers/country-code.html')
-rw-r--r--layouts/partials/helpers/country-code.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/helpers/country-code.html b/layouts/partials/helpers/country-code.html
index c00c4e7..f93a633 100644
--- a/layouts/partials/helpers/country-code.html
+++ b/layouts/partials/helpers/country-code.html
@@ -7,6 +7,8 @@
{{ $countryCode = "gb" }}
{{ else if eq $languageCode "bn" }}
{{ $countryCode = "bd" }}
+{{ else if eq $languageCode "hi" }}
+ {{ $countryCode = "in" }}
{{ end }}
{{/* return the country code */}}