mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 10:46:17 -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 }}
|
||||
{{ partial "layouts/head/head.html" . }}
|
||||
</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" . }}
|
||||
{{/* Layout. */}}
|
||||
{{ block "header" . }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user