From 520d947079a65d678a47fe9ad405cb6ee40744e4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 25 Oct 2022 10:34:29 +0200 Subject: _layouts: sidebar separator only for posts and pages Let plain pages take care of it themselves. This fits nicely with the feed, which kinda already has a separator after each entry. --- _layouts/default.html | 4 ---- 1 file changed, 4 deletions(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index 1f39d9f..827500e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,10 +2,6 @@
{{ content }} - {% unless site.settings.sidebar.hide or page.sidebar.hide %} - {% comment %}Separate the content from the sidebar on narrow screens.{% endcomment %} - - {% endunless %}
{% include jekyll-theme/sidebar.html %} -- cgit v1.2.3