Fix lighthouse uncrawlable links
This commit is contained in:
parent
baccdd3df9
commit
f65d96962b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue