mirror of https://github.com/istio/istio.io.git
Accessibility update link name (#10877)
This commit is contained in:
parent
1ae1fdf9db
commit
9ed4f7fbf0
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue