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:
Tim Bannister
2020-01-15 15:39:32 +00:00
committed by Kubernetes Prow Robot
parent cd3020bca2
commit 7d424c304c
+1 -1
View File
@@ -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">