From 9d4d062152251fbd587beff569b4656f0e636b0b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 18 Oct 2016 23:06:19 -0400 Subject: [PATCH] layouts/_default/baseof.html: Remove optional sidebar hiding As it is right now, the sidebar gets hidden but the blog's main content stays on the left. Gotta look at the CSS to make the container responsive. --- layouts/_default/baseof.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 214865a..cdd77d0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -48,9 +48,7 @@ {{ "" | safeHTML }} - {{ if and (.Site.Params.sidebar) (not .Site.Params.sidebar.hide) }} - {{ partial "sidebar.html" . }} - {{ end }} + {{ partial "sidebar.html" . }} {{ "" | safeHTML }} {{ "" | safeHTML }}