{{ site.title }}
{% for section in site.data.navigation %} {% if section.url %} {{ section.title }} {% else %} {% assign section_has_active = false %} {% for item in section.items %} {% if page.url == item.url %} {% assign section_has_active = true %} {% break %} {% endif %} {% endfor %}
{{ section.title }}
    {% for item in section.items %}
  • {{ item.title }}
  • {% endfor %}
{% endif %} {% endfor %}
{% include sidebar-footer.html %}