Add configuration to Reverse layout

This commit is contained in:
Ján Koščo 2016-03-08 23:15:24 +01:00
parent d06d24a0a3
commit a04b9e1574
2 changed files with 16 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{{ partial "head.html" . }}
<body class="{{ .Site.Params.themeColor }}">
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
{{ partial "sidebar.html" . }}