diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-29 17:33:12 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-29 17:33:12 +0700 |
commit | 8261eed6f8c2aeb2488a481f1d89ab9c8ff3a119 (patch) | |
tree | 4dd87c1ca0f2ebc2a459395ee10a3547db3be106 /layouts/partials/footer.html | |
parent | 5f84f18c24b3bf64768befad82823a59c26e65d5 (diff) | |
download | victor-8261eed6f8c2aeb2488a481f1d89ab9c8ff3a119.tar.gz |
Support multilingual
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 619beab..341bed7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,10 +5,9 @@ SPDX-License-Identifier: MIT */}} <footer class="common-footer" id="footer"> - {{ $languagesCount := $.Site.Home.AllTranslations }} - {{/* if gt $languagesCount 1 }} + {{ if .Site.IsMultiLingual }} {{ partial "language-switcher.html" . }} - {{ end */}} + {{ end }} <div class="common-footer-bottom"> <div class="copyright"> |