fix: CSS class modifier injection

This commit is contained in:
Ben Goldsworthy 2025-07-09 23:51:29 +02:00
parent 728e840dc5
commit 628acae725
No known key found for this signature in database

View file

@ -69,7 +69,7 @@
{{- end -}}
</head>
<body class="site-container site-container {{ block "main-class" . }}layouts-default-baseof layouts-default-baseof-single{{ end }}">
<body class="site-container site-container{{ block "main-class" . }} layouts-default-baseof layouts-default-baseof-single{{ end }}">
{{- block "header" . -}}
{{- partialCached "header/site-header.html" . -}}
{{- end -}}