{% if site.sidebar_home_link %}
Home
{% endif %}
{% if site.sidebar_blog_link %}
{% endif %}
{% comment %}
The code below dynamically generates a sidebar nav of pages with
`sidebar_link: true` in the front-matter. See readme for usage.
{% endcomment %}
{% include page-links.html %}
{% include category-links.html %}
{% include custom-nav-links.html %}