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:
luca0N! 2022-06-07 22:40:13 -03:00
parent 8d6e6063fb
commit 4298a9ad3a
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
2 changed files with 12 additions and 0 deletions

View File

@ -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]-->

View File

@ -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]-->