From a1691442d2c804b8e0f238c2ad958e8b837d49e2 Mon Sep 17 00:00:00 2001 From: Vortex Date: Fri, 11 Jun 2021 13:52:04 +0530 Subject: [PATCH] center the columns --- layouts/_default/baseof.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 064f014..d5b9e25 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -62,8 +62,10 @@ {{ else if eq $left_sidebar true }}
-
- {{ block "main" . }}{{ end }} +
+
+ {{ block "main" . }}{{ end }} +
{{ block "sidebar" . }}{{ end }} @@ -72,8 +74,10 @@
{{ else }}
-
- {{ block "main" . }}{{ end }} +
+
+ {{ block "main" . }}{{ end }} +
{{ block "sidebar" . }}{{ end }}