From c852860555b89eb288c47547d967fb619a95f6fc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 7 Apr 2022 18:13:52 +0200 Subject: show "notes" on sidebar by default --- _includes/custom-sidebar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/custom-sidebar.html') diff --git a/_includes/custom-sidebar.html b/_includes/custom-sidebar.html index f03f2cb..0aad3ac 100644 --- a/_includes/custom-sidebar.html +++ b/_includes/custom-sidebar.html @@ -1,8 +1,8 @@ -{% if page.sidebar.notes.show %} +{% unless page.sidebar.notes.hide %} {% capture notes %} {% include notes.html sidebar=true %} {% endcapture %} {% include jekyll-theme/sidebar/entry.html content=notes %} -{% endif %} +{% endunless %} -- cgit v1.2.3