mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 12:45:52 -04:00
theme: Add page kind as a CSS class to body
This commit is contained in:
parent
269657e8f1
commit
b878613aad
@ -40,7 +40,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ partial "layouts/head/head.html" . }}
|
{{ partial "layouts/head/head.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body class="flex flex-col min-h-full bg-white dark:bg-blue-950">
|
<body class="flex flex-col min-h-full bg-white dark:bg-blue-950 kind-{{ .Kind }}">
|
||||||
{{ partial "layouts/hooks/body-start.html" . }}
|
{{ partial "layouts/hooks/body-start.html" . }}
|
||||||
{{/* Layout. */}}
|
{{/* Layout. */}}
|
||||||
{{ block "header" . }}
|
{{ block "header" . }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user