add tags to body element

This commit is contained in:
Ray Elliott 2020-02-19 17:24:32 +00:00
parent 0138cc7e41
commit 664a609103
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
{{ else if eq .Site.Params.colorscheme "auto" }}
{{ $csClass = "colorscheme-auto" }}
{{ end }}
<body class="{{ $csClass }}{{ if .Site.Params.rtl }} rtl{{ end }}">
<body class="{{ .Kind | lower }} {{ .File.BaseFileName | lower }} {{ $csClass }}{{ if .Site.Params.rtl }} rtl{{ end }}">
<main class="wrapper">
{{ partial "header.html" . }}