diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-20 22:30:50 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-20 22:30:50 +0700 |
commit | b850414850a49d47ccf1a00d3fc9731fc7249361 (patch) | |
tree | 8b43b54d5a21ad623feb64a0628ab37fe7f9798c /layouts/partials | |
parent | ccdbf7903675335d17793e00199651362e3e8388 (diff) | |
download | blog-b850414850a49d47ccf1a00d3fc9731fc7249361.tar.gz |
Localize Section names
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/languageSelect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/languageSelect.html b/layouts/partials/languageSelect.html index a4d2b92..ce67210 100644 --- a/layouts/partials/languageSelect.html +++ b/layouts/partials/languageSelect.html @@ -3,7 +3,7 @@ <ul> {{ range .Translations }} <li> - <a href="{{ .Permalink }}">{{ .Language.LanguageName }}: {{ .Title }}{{ if .IsPage }}{{ end }}</a> + <a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a> </li> {{ end }} </ul> |