{{ site.project.name }}
    {% for item in site.data.locale[page.lang].layout.navigation %} {% if item.type == "normal" %}
  • {%-if item.icon_type-%}   {%-endif-%} {{ item.title }} {% else %} {% assign item_id = 'navbar' | append: item.title %}
  • {%-if item.icon_type-%}   {%-endif-%} {{ item.title }}
    {% for subitem in item.pages %} {% if subitem.title == nil %}
    {% else %} {%-assign disabled=""-%} {%-if subitem.disabled-%}{%-assign disabled=" disabled"-%}{%-endif-%} {%-if subitem.icon_type-%}   {%-endif-%} {{ subitem.title }} {% endif %} {% endfor %}
    {% endif %}
  • {% endfor %}