diff options
Diffstat (limited to 'documentation/themes/beastie/layouts/_shortcodes/languages-selection.html')
-rw-r--r-- | documentation/themes/beastie/layouts/_shortcodes/languages-selection.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/themes/beastie/layouts/_shortcodes/languages-selection.html b/documentation/themes/beastie/layouts/_shortcodes/languages-selection.html new file mode 100644 index 0000000000..bbfff53f3d --- /dev/null +++ b/documentation/themes/beastie/layouts/_shortcodes/languages-selection.html @@ -0,0 +1,7 @@ +<ul class="language-list"> + {{ range $.Site.Home.AllTranslations }} + <li> + <a href="{{ .RelPermalink }}" lang="{{ .Language.Params.languageCode }}">{{.Language.LanguageName }}</a> + </li> + {{ end }} +</ul>
\ No newline at end of file |