aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/custom-sidebar.html
blob: f03f2cb5b36ffc7290168144a8bfa062abbf3401 (plain) (blame)
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 content=notes %}

{% endif %}