mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Moving language menu into its own file for easier updating.
This commit is contained in:
7
templates/language-menu.hbs
Normal file
7
templates/language-menu.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="dropdown-menu" aria-labelledby="nav-gdb">
|
||||
<a href="/en/" class="{{#is page.lang 'en'}}active {{/is}}dropdown-item">English</a>
|
||||
<a href="/zh/" class="{{#is page.lang 'zh'}}active {{/is}}dropdown-item">中文 (Chinese)</a>
|
||||
<a href="/de/" class="{{#is page.lang 'de'}}active {{/is}}dropdown-item">Deutsch (German)</a>
|
||||
<a href="/hu/" class="{{#is page.lang 'hu'}}active {{/is}}dropdown-item">Magyar (Hungarian)</a>
|
||||
<a href="/pl/" class="{{#is page.lang 'pl'}}active {{/is}}dropdown-item">polski (Polish)</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user