]> njoseph.me Git - hyde.git/blobdiff - layouts/_default/list.html
Add layout-reverse body class code to single and list templates.
[hyde.git] / layouts / _default / list.html
index 23d4afcddc4d34d937feb19df1693ead50539dd1..7659d472bcf901bfc3af9796c99de201a525ec0e 100644 (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" . }}