Merge pull request #22440 from sftim/20200709_link_to_alternative_translations

Add machine-readable hyperlinks to alternative translations
This commit is contained in:
Kubernetes Prow Robot
2020-07-30 14:41:06 -07:00
committed by GitHub
+5 -1
View File
@@ -10,8 +10,12 @@
gtag('config', 'UA-36037335-10');
</script>
<!-- Docsy head.html begins here -->
<!-- alternative translations -->
{{ range .Translations -}}
<link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}">
{{ end -}}
<!-- Docsy head.html begins here -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{{ hugo.Generator }}