You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/03/30 03:45:07 UTC

[incubator-apisix-website] branch master updated: fix: language switcher position

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 43bfaf5  fix: language switcher position
43bfaf5 is described below

commit 43bfaf54543c2f4bde50ce803bfc1657f678e7e5
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Mon Mar 30 11:44:47 2020 +0800

    fix: language switcher position
---
 layouts/partials/navbar-clone.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/layouts/partials/navbar-clone.html b/layouts/partials/navbar-clone.html
index 1070413..558f4c7 100644
--- a/layouts/partials/navbar-clone.html
+++ b/layouts/partials/navbar-clone.html
@@ -79,9 +79,8 @@
         </a>
         {{- end }}
         {{- end }}
+        <a class="language-switcher" href="{{ $language.link }}">{{ $language.name }}</a>
       </div>
-
-      <a class="language-switcher" href="{{ $language.link }}">{{ $language.name }}</a>
     </div>
 </div>
 </nav>