aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_includes/custom-sidebar.html
blob: 3bd83aa63b7287aa27b3dc9cffe5c56de281ec6e (plain) (tree)
1
2
3
4
5
6
7
8







                                                                          
{% if page.sidebar.notes.show %}

{% capture notes %}
{% include notes.html sidebar=true %}
{% endcapture %}
{% include jekyll-theme/sidebar/entry.html header='Notes' content=notes %}

{% endif %}