From 69c2df57f662f53c56b2f3555d0937e241b8d02b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 15:36:19 +0300 Subject: hide the sidebar separator on wide screens --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index caa95f1..eaae1b9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,7 +4,7 @@ {{ content }} {% unless site.settings.sidebar.hide or page.sidebar.hide %} {% comment %}Separate the content from the sidebar on narrow screens.{% endcomment %} -
+ {% endunless %}
-- cgit v1.2.3