Accessibility update link name (#10877)

This commit is contained in:
Ihor Sychevskyi 2022-02-09 01:24:51 +02:00 committed by GitHub
parent 1ae1fdf9db
commit 9ed4f7fbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<hr class="footer-separator" role="separator"/>
<div class="info footer-info">
<a class="logo" href="{{ $home.Permalink }}">
<a class="logo" href="{{ $home.Permalink }}" aria-label="logotype">
{{ with resources.Get "inline_images/istio-logo-with-brand.svg" }}{{ .Content | safeHTML }}{{ end }}
</a>

View File

@ -5,7 +5,7 @@
<header class="main-navigation {{ if .IsHome }}main-navigation--transparent{{ end }}">
<nav class="main-navigation-wrapper container-l">
<div class="main-navigation-header">
<a id="brand" href="{{ $home.Permalink }}">
<a id="brand" href="{{ $home.Permalink }}" aria-label="logotype">
<span class="logo">{{ with resources.Get "inline_images/istio-logo-with-brand.svg" }}{{ .Content | safeHTML }}{{ end }}</span>
</a>