diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-09 16:33:16 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-09 16:33:16 +0700 |
commit | 11745452714f525fd7cebc429bd242022672c590 (patch) | |
tree | 8716dfb61368a6db3a1efa7fa7247c05d3b47a36 /layouts/partials/languageSelect.html | |
parent | d19d362bc82440ba8b9125b4c1eccee42b29a601 (diff) | |
download | blog-11745452714f525fd7cebc429bd242022672c590.tar.gz |
Remove redundant custom layout
Diffstat (limited to 'layouts/partials/languageSelect.html')
-rw-r--r-- | layouts/partials/languageSelect.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/partials/languageSelect.html b/layouts/partials/languageSelect.html deleted file mode 100644 index ce67210..0000000 --- a/layouts/partials/languageSelect.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ if .IsTranslated }} -<h4>{{ i18n "translations" }}</h4> -<ul> - {{ range .Translations }} - <li> - <a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a> - </li> - {{ end }} -</ul> -{{ end }} |