Skip to content

Commit 7058322

Browse files
authored
Merge pull request #34283 from sftim/20220614_fix_html
Fix invalid HTML element name
2 parents e0f2e93 + 40c2c14 commit 7058322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- if eq hugo.Environment "preview" -}}
44
<!-- deploy preview -->
55
{{- end -}}
6-
<head {{- if hugo.IsProduction -}}class="live-site"{{- end -}}>
6+
<head{{- if hugo.IsProduction}} class="live-site"{{- end -}}>
77
{{ partial "head.html" . }}
88
</head>
99
<body class="td-{{ .Kind }}{{- if ne (lower .Params.cid) "" -}}{{- printf " cid-%s" (lower .Params.cid) -}}{{- end -}}">

0 commit comments

Comments
 (0)