From ee52bb339cd2130d3cdf07288107ac07a42b2625 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Sat, 8 Sep 2018 21:17:27 +0700 Subject: [PATCH] fixes layoutReverse #33 --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ad56dd0..f0da4d0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,8 +1,8 @@ {{ block "header" . }}{{ end }} - - {{ partial "sidebar.html" . }} + + {{ partial "sidebar.html" . }}
{{ block "content" . }}{{ end }}