fixes layoutReverse #33
This commit is contained in:
parent
c7c90c7b87
commit
ee52bb339c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
{{ block "header" . }}{{ end }}
|
||||
<body {{ if .Site.Params.themeColor }}class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{ end }}"{{end}}>
|
||||
{{ partial "sidebar.html" . }}
|
||||
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
|
||||
{{ partial "sidebar.html" . }}
|
||||
<div class="content container">
|
||||
{{ block "content" . }}{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue