Add language select
This commit is contained in:
parent
0c40eb4ab7
commit
b90922a68f
4 changed files with 24 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
</main>
|
||||
<footer>
|
||||
{{ block "footer" . }}
|
||||
{{ $languagesCount := $.Site.Home.AllTranslations }}
|
||||
{{ if gt $languagesCount 1 }}
|
||||
{{ partial "languageSelect.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue