aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/custom-sidebar.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 17:18:38 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 17:18:38 +0200
commit31ed013133ee5c48abec0e58f2f9dbefbf32f865 (patch)
tree3f8ae4c6c44ece6dade575ecb63d142bb2c6889c /_includes/custom-sidebar.html
parentbump jekyll-theme (diff)
downloadblog-31ed013133ee5c48abec0e58f2f9dbefbf32f865.tar.gz
blog-31ed013133ee5c48abec0e58f2f9dbefbf32f865.zip
sidebar: redesign "Notes" section
Diffstat (limited to '_includes/custom-sidebar.html')
-rw-r--r--_includes/custom-sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/custom-sidebar.html b/_includes/custom-sidebar.html
index 3bd83aa..f03f2cb 100644
--- a/_includes/custom-sidebar.html
+++ b/_includes/custom-sidebar.html
@@ -3,6 +3,6 @@
{% capture notes %}
{% include notes.html sidebar=true %}
{% endcapture %}
-{% include jekyll-theme/sidebar/entry.html header='Notes' content=notes %}
+{% include jekyll-theme/sidebar/entry.html content=notes %}
{% endif %}