We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132bb75 commit a339880Copy full SHA for a339880
1 file changed
docs/_includes/head_custom.html
@@ -0,0 +1,21 @@
1
+<style>
2
+ .lang-switcher {
3
+ position: absolute;
4
+ top: 1rem;
5
+ right: 1rem;
6
+ font-size: 0.85rem;
7
+ }
8
+ .lang-switcher a {
9
+ color: var(--link-color);
10
+ text-decoration: none;
11
+ border: 1px solid var(--border-color);
12
+ padding: 0.2rem 0.6rem;
13
+ border-radius: 4px;
14
15
+</style>
16
+
17
+<div class="lang-switcher">
18
+ <a href="{% t global.switch_language_url %}">
19
+ {% t global.switch_language %}
20
+ </a>
21
+</div>
0 commit comments