Fix lighthouse uncrawlable links
This commit is contained in:
parent
baccdd3df9
commit
f65d96962b
@ -17,7 +17,7 @@
|
|||||||
{{ else }}
|
{{ else }}
|
||||||
<!-- The complicated setup was necessary to make a grayed out link -->
|
<!-- The complicated setup was necessary to make a grayed out link -->
|
||||||
{{ if not .Params.hideUntranslated }}
|
{{ if not .Params.hideUntranslated }}
|
||||||
<a class="disabled" href="">{{ .LanguageName }}</a>
|
<a class="disabled" role="link" aria-disabled="true">{{ .LanguageName }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user