aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/custom-sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/custom-sidebar.html')
-rw-r--r--_includes/custom-sidebar.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/custom-sidebar.html b/_includes/custom-sidebar.html
new file mode 100644
index 0000000..0aad3ac
--- /dev/null
+++ b/_includes/custom-sidebar.html
@@ -0,0 +1,8 @@
+{% unless page.sidebar.notes.hide %}
+
+{% capture notes %}
+{% include notes.html sidebar=true %}
+{% endcapture %}
+{% include jekyll-theme/sidebar/entry.html content=notes %}
+
+{% endunless %}