Merge branch 'main' into fix-deprecation-warnings

This commit is contained in:
Emruz Hossain 2024-05-10 23:56:41 +06:00 committed by GitHub
commit 674e603fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 138 additions and 98 deletions

View file

@ -3,7 +3,7 @@
{{ $pageURL = strings.TrimPrefix (path.Join "/" .Language.Lang) $pageURL }}
{{ end }}
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="languageSelector" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<a class="nav-link dropdown-toggle" href="#" id="languageSelector" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ if ne site.Params.features.flags.enable false }}
{{ $countryCode := partial "helpers/country-code.html" . }}
<span class="flag-icon flag-icon-{{$countryCode}}"></span>