Localize logo title (#18318)
The Kubernetes logo links to the top-of-site for the current localization, so localize the title attribute.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cd3020bca2
commit
7d424c304c
@@ -1,7 +1,7 @@
|
||||
<div id="cellophane" onclick="kub.toggleMenu()"></div>
|
||||
|
||||
<header>
|
||||
<a href="{{ site.Home.RelPermalink }}" class="logo" title="Production-Grade Container Orchestration - Kubernetes" aria-label="Kubernetes website"></a>
|
||||
<a href="{{ site.Home.RelPermalink }}" class="logo" title="{{ site.Home.Title }} - {{ site.Params.title }}" aria-label="Kubernetes website"></a>
|
||||
|
||||
<div class="nav-buttons" data-auto-burger="primary">
|
||||
<ul class="global-nav">
|
||||
|
||||
Reference in New Issue
Block a user