Fix lighthouse uncrawlable links

This commit is contained in:
C. Lente 2023-02-27 16:32:22 -03:00
parent baccdd3df9
commit f65d96962b
No known key found for this signature in database
GPG Key ID: B0B503C26E05781B

View File

@ -17,7 +17,7 @@
{{ else }}
<!-- The complicated setup was necessary to make a grayed out link -->
{{ if not .Params.hideUntranslated }}
<a class="disabled" href="">{{ .LanguageName }}</a>
<a class="disabled" role="link" aria-disabled="true">{{ .LanguageName }}</a>
{{ end }}
{{ end }}
{{ end }}