forked from github.com/GenderDysphoria.fyi
Fix language-menu bug for Spanish language
Fixed bug where Spanish line in language-menu was set to Portuguese class
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
<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>
|
||||
<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="/es/" class="{{#is page.lang 'es'}}active {{/is}}dropdown-item">Español (Spanish)</a>
|
||||
<a href="/nl/" class="{{#is page.lang 'nl'}}active {{/is}}dropdown-item">Nederlands (Dutch)</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user