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 e0f2e93 + 40c2c14 commit 7058322Copy full SHA for 7058322
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