1
0
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:
Maxime van der Smissen
2023-07-14 12:34:28 +02:00
parent 4183da5b0b
commit 81fb24b6f5
8 changed files with 8 additions and 1 deletions

View File

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