diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-10 00:23:06 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-16 20:35:23 +0100 |
commit | 05c3b8fac9bec7cf54fed20d93fac52e1e97ad97 (patch) | |
tree | 616345b1ec544000d9b3471852ac088bc8df382c /layouts/partials/docs/translation-switch.html | |
parent | 9cd378a2d27ad4c9cb2e46d12022e68e23f96ea7 (diff) |
Add language switch at bottom of page
Diffstat (limited to 'layouts/partials/docs/translation-switch.html')
-rw-r--r-- | layouts/partials/docs/translation-switch.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/layouts/partials/docs/translation-switch.html b/layouts/partials/docs/translation-switch.html deleted file mode 100644 index 4ad0f1a..0000000 --- a/layouts/partials/docs/translation-switch.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ if .IsTranslated }} -<ul> - <li class="book-section-flat"> - <span>{{ i18n "translations" }}</span> - <ul> - {{ range .Translations }} - <li> - <a href="{{ .Permalink }}">{{ .Lang }}: {{ .Title }}{{ if .IsPage }} ({{ i18n "wordCount" . }}){{ end }}</a> - </li> - {{ end }} - </ul> - </li> -</ul> -{{ end }}
\ No newline at end of file |