Merge pull request #34283 from sftim/20220614_fix_html

Fix invalid HTML element name
This commit is contained in:
Kubernetes Prow Robot
2022-06-14 18:09:17 -07:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
{{- if eq hugo.Environment "preview" -}}
<!-- deploy preview -->
{{- end -}}
<head {{- if hugo.IsProduction -}}class="live-site"{{- end -}}>
<head{{- if hugo.IsProduction}} class="live-site"{{- end -}}>
{{ partial "head.html" . }}
</head>
<body class="td-{{ .Kind }}{{- if ne (lower .Params.cid) "" -}}{{- printf " cid-%s" (lower .Params.cid) -}}{{- end -}}">