fixes layoutReverse #33

This commit is contained in:
Huy Tran 2018-09-08 21:17:27 +07:00
parent c7c90c7b87
commit ee52bb339c
1 changed files with 2 additions and 2 deletions

View File

@ -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>