summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorJán Koščo <3k.stanley@gmail.com>2016-03-08 23:15:24 +0100
committerJán Koščo <3k.stanley@gmail.com>2016-03-08 23:16:04 +0100
commita04b9e15746f679a3a6d8f325b82e2392b20d380 (patch)
tree79a5b30c07920186407b0cc1812bb9adf935a015 /layouts
parentd06d24a0a3a29d44b4610fdb22b368fbe9b5021e (diff)
Add configuration to Reverse layout
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 6ba175e..36f3ac2 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -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" . }}