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/page.html | 1 + 1 file changed, 1 insertion(+) (limited to '_layouts/page.html') diff --git a/_layouts/page.html b/_layouts/page.html index 6455acc..4a13984 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,3 +3,4 @@ layout: default --- {% include jekyll-theme/page/title.html %} {{ content }} +{% include jekyll-theme/sidebar/sep.html %} -- cgit v1.2.3