diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-08-18 11:12:50 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-08-18 11:12:58 +0200 |
commit | 26de844a1981ff5abfc1a57893cedb2eb4b7a33e (patch) | |
tree | 7f5597333ef9774df6414f87a7e73dc966e30acb /layouts/partials/docs/menu.html | |
parent | 50147be131a5e4cb1bc7aa6b49001842edcadf87 (diff) |
#343, #165: Move lang selector to left menu
Diffstat (limited to 'layouts/partials/docs/menu.html')
-rw-r--r-- | layouts/partials/docs/menu.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/docs/menu.html b/layouts/partials/docs/menu.html index 3a71f42..d7ed940 100644 --- a/layouts/partials/docs/menu.html +++ b/layouts/partials/docs/menu.html @@ -1,6 +1,9 @@ <nav> {{ partial "docs/brand" . }} {{ partial "docs/search" . }} +{{ if .Site.IsMultiLingual }} + {{ partial "docs/languages" . }} +{{ end }} {{ partial "docs/inject/menu-before" . }} {{ partial "docs/menu-hugo" .Site.Menus.before }} |