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/footer.html | |
parent | 50147be131a5e4cb1bc7aa6b49001842edcadf87 (diff) |
#343, #165: Move lang selector to left menu
Diffstat (limited to 'layouts/partials/docs/footer.html')
-rw-r--r-- | layouts/partials/docs/footer.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index 6e1a694..0cb877a 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -1,7 +1,4 @@ <div class="flex flex-wrap justify-between"> -{{ if .Site.IsMultiLingual }} - {{ partial "docs/languages" . }} -{{ end }} {{ if and .GitInfo .Site.Params.BookRepo }} <div> @@ -22,6 +19,7 @@ </a> </div> {{ end }} + </div> {{ $script := resources.Get "clipboard.js" | resources.Minify }} |