From: Jason Yee Date: Sat, 23 Apr 2016 03:01:32 +0000 (-0700) Subject: Add layout-reverse body class code to single and list templates. X-Git-Url: https://njoseph.me/gitweb/hyde.git/commitdiff_plain/dbf82dbcff55348edc6825216208d1ed0d78dcc7 Add layout-reverse body class code to single and list templates. --- diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 23d4afc..7659d47 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,5 +1,5 @@ {{ partial "head.html" . }} - + {{ partial "sidebar.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6bd2524..96c9f94 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,5 @@ {{ partial "head.html" . }} - + {{ partial "sidebar.html" . }}