diff --git a/layouts/partials/i18nlist.html b/layouts/partials/i18nlist.html
new file mode 100644
index 0000000..ba7c1ea
--- /dev/null
+++ b/layouts/partials/i18nlist.html
@@ -0,0 +1,10 @@
+{{ if .IsTranslated }}
+
{{ i18n "translations" }}
+
+ {{ range .Translations }}
+ -
+ {{ .Lang }}
+
+ {{ end}}
+
+{{ end }}
diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html
index 65b82de..da4defc 100644
--- a/layouts/partials/site-navigation.html
+++ b/layouts/partials/site-navigation.html
@@ -4,6 +4,7 @@
{{ .Site.Title }}
+ {{ partial "i18nlist.html" . }}
{{ if .Site.Menus.main }}
{{ range .Site.Menus.main }}