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.
1 parent 7aa5a90 commit 40c2c14Copy full SHA for 40c2c14
layouts/_default/baseof.html
@@ -3,7 +3,7 @@
3
{{- if eq hugo.Environment "preview" -}}
4
<!-- deploy preview -->
5
{{- end -}}
6
- <head {{- if hugo.IsProduction -}}class="live-site"{{- end -}}>
+ <head{{- if hugo.IsProduction}} class="live-site"{{- end -}}>
7
{{ partial "head.html" . }}
8
</head>
9
<body class="td-{{ .Kind }}{{- if ne (lower .Params.cid) "" -}}{{- printf " cid-%s" (lower .Params.cid) -}}{{- end -}}">
0 commit comments