File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 52
52
}
53
53
}
54
54
55
- & -version {}
55
+ & -keyboard {
56
+ color : var (--color-text );
57
+
58
+ code {
59
+ margin-left : .5rem ;
60
+ background : var (--bg-inset );
61
+ padding : .25em .5em ;
62
+ }
63
+ }
56
64
57
65
& -icon {
58
66
flex : none ;
Original file line number Diff line number Diff line change @@ -59,4 +59,7 @@ other = "Table of contents toogle"
59
59
other = " A list of all hosted documents for all available versions"
60
60
61
61
[to_close ]
62
- other = " to close"
62
+ other = " to close"
63
+
64
+ [current_version ]
65
+ other = " Current version"
Original file line number Diff line number Diff line change @@ -59,4 +59,7 @@ other = "Mostrar/Ocultar tabla de contenidos"
59
59
other = " Una lista de todos los documentos alojados para todas las versiones disponibles"
60
60
61
61
[to_close ]
62
- other = " para cerrar"
62
+ other = " para cerrar"
63
+
64
+ [current_version ]
65
+ other = " Versión actual"
Original file line number Diff line number Diff line change 10
10
< div class ="search-results ">
11
11
< div class ="search-list " id ="search-results "> </ div >
12
12
</ div >
13
- < div class ="search-footer flex items-center ">
13
+ < div class ="search-footer flex items-center justify-between ">
14
14
< span class ="search-keyboard ">
15
15
< kbd > ESC</ kbd >
16
16
{{ i18n "to_close" }}
17
17
</ span >
18
+ {{- with .Section -}}
19
+ < span class ="search-keyboard "> {{ i18n "current_version" }} < code > {{ . }}</ code > </ span >
20
+ {{- end -}}
18
21
</ div >
19
22
</ div >
20
23
</ div >
You can’t perform that action at this time.
0 commit comments