Add locale redirectors
Add quick links in the header to redirect the user to a version of the website on a different language.
This commit is contained in:
parent
8d6e6063fb
commit
4298a9ad3a
|
@ -41,6 +41,12 @@
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<details id="lang-selector">
|
||||||
|
<summary><span>EN</span></summary>
|
||||||
|
<a href="/pt">PT</a>
|
||||||
|
</details>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<!--[_SWG: $CONTENT]-->
|
<!--[_SWG: $CONTENT]-->
|
||||||
|
|
|
@ -41,6 +41,12 @@
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<details id="lang-selector">
|
||||||
|
<summary>PT</summary>
|
||||||
|
<a href="/en">EN</summary>
|
||||||
|
</details>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<!--[_SWG: $CONTENT]-->
|
<!--[_SWG: $CONTENT]-->
|
||||||
|
|
Loading…
Reference in New Issue