Merge pull request #34283 from sftim/20220614_fix_html
Fix invalid HTML element name
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{{- if eq hugo.Environment "preview" -}}
|
{{- if eq hugo.Environment "preview" -}}
|
||||||
<!-- deploy preview -->
|
<!-- deploy preview -->
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<head {{- if hugo.IsProduction -}}class="live-site"{{- end -}}>
|
<head{{- if hugo.IsProduction}} class="live-site"{{- end -}}>
|
||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body class="td-{{ .Kind }}{{- if ne (lower .Params.cid) "" -}}{{- printf " cid-%s" (lower .Params.cid) -}}{{- end -}}">
|
<body class="td-{{ .Kind }}{{- if ne (lower .Params.cid) "" -}}{{- printf " cid-%s" (lower .Params.cid) -}}{{- end -}}">
|
||||||
|
|||||||
Reference in New Issue
Block a user