mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-26 13:02:42 +00:00
Add language tags and fix language-menu
Added the 'lang' tag to all .md files for the Dutch language Fixed bug where Dutch line in language-menu was set to Portuguese class
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
<a href="/pl/" class="{{#is page.lang 'pl'}}active {{/is}}dropdown-item">polski (Polish)</a>
|
||||
<a href="/pt/" class="{{#is page.lang 'pt'}}active {{/is}}dropdown-item">Português (Portuguese)</a>
|
||||
<a href="/es/" class="{{#is page.lang 'pt'}}active {{/is}}dropdown-item">Español (Spanish)</a>
|
||||
<a href="/nl/" class="{{#is page.lang 'pt'}}active {{/is}}dropdown-item">Nederlands (Dutch)</a>
|
||||
<a href="/nl/" class="{{#is page.lang 'nl'}}active {{/is}}dropdown-item">Nederlands (Dutch)</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user