Skip to content

Commit cc43428

Browse files
authored
Reorder languages header
1 parent 822c725 commit cc43428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@
113113
<div class="container-lg px-3 my-5 markdown-body">
114114
<h1>{{ page.title }}</h1>
115115
<div class="lang-menu">
116-
<a href="/cs/">Česky</a> |
117116
<a href="/">English</a> |
118-
<a href="/es/">Español</a> |
119117
<a href="/fr/">Français</a> |
120118
<a href="/de/">Deutsch</a> |
119+
<a href="/es/">Español</a> |
121120
<a href="/pt-BR/">Português</a> |
121+
<a href="/cs/">Česky</a> |
122122
<a href="/tr/">Türkçe</a>
123123
</div>
124124
{{ content }}

0 commit comments

Comments
 (0)