File tree Expand file tree Collapse file tree 25 files changed +328
-82
lines changed Expand file tree Collapse file tree 25 files changed +328
-82
lines changed Original file line number Diff line number Diff line change
1
+ - code : en
2
+ name : English
3
+ - code : fr
4
+ name : Français
5
+ - code : de
6
+ name : Deutsch
7
+ - code : es
8
+ name : Español
9
+ - code : it
10
+ name : Italiano
11
+ - code : ja
12
+ name : 日本語
13
+ - code : ru
14
+ name : Русский
15
+ - code : zh-cn
16
+ name : 中文 (简体)
17
+ - code : zh-tw
18
+ name : 繁體中文
19
+ - code : ko
20
+ name : 한국어
21
+ - code : pt-br
22
+ name : Português
23
+ - code : sk
24
+ name : Slovenčina
25
+ - code : uk
26
+ name : Українська
27
+ - code : uz
28
+ name : Oʻzbekcha
29
+ - code : tr
30
+ name : Türkçe
31
+ - code : th
32
+ name : ภาษาไทย
33
+ - code : id
34
+ name : Indonesia
Original file line number Diff line number Diff line change 9
9
</ section >
10
10
< section id ="footer-content ">
11
11
< div id ="footer-copyright ">
12
- < a href ="https://openjsf.org/ ">
12
+ < a href ="https://openjsf.org/ ">
13
13
< img src ="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg " alt ="OpenJS Foundation " width ="125 " height ="39 " class ="hidden-dark "/>
14
14
< img src ="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg " alt ="OpenJS Foundation " width ="125 " height ="39 " class ="hidden-light "/>
15
15
</ a >
16
16
< div id ="footer-policy ">
17
17
< a href ="https://terms-of-use.openjsf.org "> Terms of Use</ a >
18
- < a href ="https://privacy-policy.openjsf.org "> Privacy Policy</ a >
18
+ < a href ="https://privacy-policy.openjsf.org "> Privacy Policy</ a >
19
19
< a id ="coc " href ="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md "> Code of Conduct</ a >
20
20
< a href ="https://trademark-policy.openjsf.org "> Trademark Policy</ a >
21
21
< a id ="security " href ="https://github.com/expressjs/express/security/policy "> Security Policy</ a >
Original file line number Diff line number Diff line change 9
9
</ section >
10
10
< section id ="footer-content ">
11
11
< div id ="footer-copyright ">
12
- < a href ="https://openjsf.org/ ">
12
+ < a href ="https://openjsf.org/ ">
13
13
< img src ="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg " alt ="OpenJS Foundation " width ="125 " height ="39 " class ="hidden-dark "/>
14
14
< img src ="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg " alt ="OpenJS Foundation " width ="125 " height ="39 " class ="hidden-light "/>
15
15
</ a >
16
16
< div id ="footer-policy ">
17
17
< a href ="https://terms-of-use.openjsf.org "> Terms of Use</ a >
18
- < a href ="https://privacy-policy.openjsf.org "> Privacy Policy</ a >
18
+ < a href ="https://privacy-policy.openjsf.org "> Privacy Policy</ a >
19
19
< a id ="coc " href ="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md "> Code of Conduct</ a >
20
20
< a href ="https://trademark-policy.openjsf.org "> Trademark Policy</ a >
21
21
< a id ="security " href ="https://github.com/expressjs/express/security/policy "> Security Policy</ a >
Original file line number Diff line number Diff line change 121
121
</ li >
122
122
</ ul >
123
123
</ div >
124
- < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
125
- < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
126
- < span class ="sun-icon hidden-light "> </ span >
124
+ < div class ="header-right ">
125
+ < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
126
+ < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
127
+ < span class ="sun-icon hidden-light "> </ span >
128
+ </ div >
129
+ {% include language-picker.html %}
130
+ {% include language-picker-mobile.html %}
127
131
</ div >
128
132
</ header >
Original file line number Diff line number Diff line change 131
131
< a href ="{{site.posts.first.url}} "{% if page.menu == 'blog ' %} class ="active "{% endif %} > Blog</ a >
132
132
< ul class ="submenu-content ">
133
133
< li >
134
- < a href ="{{site.posts.first.url}} "> Latest post</ a >
134
+ < a href ="{{site.posts.first.url}} "> Latest post</ a >
135
135
</ li >
136
136
< li >
137
- < a href ="/{{ page.lang }}/blog/posts.html "> All posts</ a >
138
- </ li >
137
+ < a href ="/{{ page.lang }}/blog/posts.html "> All posts</ a >
138
+ </ li >
139
139
< li >
140
140
< a href ="/{{ page.lang }}/blog/write-post.html "> Write a Post</ a >
141
141
</ li >
142
142
</ ul >
143
- </ li >
144
- </ ul >
145
- </ div >
146
- < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
147
- < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
148
- < span class ="sun-icon hidden-light "> </ span >
149
- </ div >
143
+ </ li >
144
+ </ ul >
145
+ </ div >
146
+ < div class ="header-right ">
147
+ < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
148
+ < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
149
+ < span class ="sun-icon hidden-light "> </ span >
150
+ </ div >
151
+ {% include language-picker.html %}
152
+ {% include language-picker-mobile.html %}
153
+ </ div >
150
154
</ header >
Original file line number Diff line number Diff line change 122
122
</ li >
123
123
</ ul >
124
124
</ div >
125
- < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
126
- < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
127
- < span class ="sun-icon hidden-light "> </ span >
128
- </ div >
125
+ < div class ="header-right ">
126
+ < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
127
+ < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
128
+ < span class ="sun-icon hidden-light "> </ span >
129
+ </ div >
130
+ {% include language-picker.html %}
131
+ {% include language-picker-mobile.html %}
132
+
133
+ </ div >
129
134
</ header >
Original file line number Diff line number Diff line change 123
123
</ li >
124
124
</ ul >
125
125
</ div >
126
- < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
127
- < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
126
+ < div class ="header-right ">
127
+ < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
128
+ < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
128
129
< span class ="sun-icon hidden-light "> </ span >
129
- </ div >
130
+ </ div >
131
+ {% include language-picker.html %}
132
+ {% include language-picker-mobile.html %}
133
+ </ div >
130
134
</ header >
Original file line number Diff line number Diff line change 145
145
146
146
</ ul >
147
147
</ div >
148
+ < div class ="header-right ">
148
149
< div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
149
150
< i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
150
151
< span class ="sun-icon hidden-light "> </ span >
151
152
</ div >
153
+ {% include language-picker.html %}
154
+ {% include language-picker-mobile.html %}
155
+ </ div >
152
156
</ header >
153
-
Original file line number Diff line number Diff line change 119
119
</ li >
120
120
</ ul >
121
121
</ div >
122
- < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
123
- < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
124
- < span class ="sun-icon hidden-light "> </ span >
122
+ < div class ="header-right ">
123
+ < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
124
+ < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
125
+ < span class ="sun-icon hidden-light "> </ span >
126
+ </ div >
127
+ {% include language-picker.html %}
128
+ {% include language-picker-mobile.html %}
125
129
</ div >
126
130
</ header >
Original file line number Diff line number Diff line change 122
122
</ li >
123
123
</ ul >
124
124
</ div >
125
- < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
126
- < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
127
- < span class ="sun-icon hidden-light "> </ span >
128
- </ div >
125
+ < div class ="header-right ">
126
+ < div id ="theme-icon-container " class ="theme-toggle default-theme " title ="toggle darkmode ">
127
+ < i class ="fa fa-moon-o fa-2x hidden-dark "> </ i >
128
+ < span class ="sun-icon hidden-light "> </ span >
129
+ </ div >
130
+ {% include language-picker.html %}
131
+ {% include language-picker-mobile.html %}
132
+ </ div >
129
133
</ header >
You can’t perform that action at this time.
0 commit comments