about summary refs log tree commit diff
path: root/layouts/partials/language-switcher.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/language-switcher.html')
-rw-r--r--layouts/partials/language-switcher.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/language-switcher.html b/layouts/partials/language-switcher.html
new file mode 100644
index 0000000..7e2e848
--- /dev/null
+++ b/layouts/partials/language-switcher.html
@@ -0,0 +1,5 @@
+<ul class="language-select">
+{{ range $.Site.Home.AllTranslations }}
+<li><a href="{{ .Permalink }}">{{ .Language.LanguageName }}</a></li>
+{{ end }}
+</ul>
\ No newline at end of file