We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e20e9 + 9142d89 commit 522d1ceCopy full SHA for 522d1ce
layouts/partials/head.html
@@ -11,6 +11,14 @@
11
</script>
12
<meta charset="utf-8">
13
<title>{{ if .Title }}{{ .Title }} - {{ end }}{{ site.Title }}</title>
14
+<script type="application/ld+json">
15
+ {
16
+ "@context": "https://schema.org",
17
+ "@type": "Organization",
18
+ "url": "https://kubernetes.io",
19
+ "logo": "https://kubernetes.io/images/favicon.png"
20
+ }
21
+</script>
22
<meta name="viewport" content="width=device-width, initial-scale=1">
23
<meta name="theme-color" content="#326ce5">
24
<link rel="shortcut icon" type="image/png" href="{{ "images/favicon.png" | relURL }}">
0 commit comments