{%- if site.newToolBar -%}
close-button
{%- if Data.megaMenu -%} {%- for item in Data.megaMenu.dropdown -%}
  • {{ item.categoryName }}
    OTHER TOOLS
    {% assign link_count = item.links | size %} {% if link_count > 0 %} {% assign half = link_count | divided_by: 2 %} {% assign remainder = link_count | modulo: 2 %}
      {%- for i in item.links | slice: half | plus: remainder, link_count - half - remainder -%}
    • {{ i.name }}
      • {%- endfor -%}
      {% endif %}
    • {%- endfor -%} {%- endif -%} {%- for item in siteData.megaMenu.dropdown -%}
    • {{ item.categoryName }}
      OTHER TOOLS
      {% assign link_count = item.links | size %} {% if link_count > 0 %} {% assign half = link_count | divided_by: 2 %} {% assign remainder = link_count | modulo: 2 %}
        {%- for i in item.links | slice: half | plus: remainder, link_count - half - remainder -%}
      • {{ i.name }}
        • {%- endfor -%}
        {% endif %}
      • {%- endfor -%}
        {%- else -%}
        close-button
        {%- if Data.megaMenu -%} {%- for item in Data.megaMenu.dropdown -%}
      • {{ item.categoryName }}

        {{ Data.nav-link-name }}

        {%- assign count = 0 -%} {%- for i in item.links -%} {%- assign count = count | plus: 1 -%} {%- if count == 1 -%} {%- if site.name == "olarandoms" -%}
        {%- else -%}
        {%- endif -%} {%- endif -%} {%- if count == 6 -%} {{ i.name }}
        {%- assign count = 0 -%} {%- else -%} {{ i.name }} {%- endif -%} {%- endfor -%}
      • {%- endfor -%} {%- endif -%} {%- for item in siteData.megaMenu.dropdown -%}
      • {{ item.categoryName }}

        {{ siteData.megaMenu.nav-link-name }}

        {%- assign count = 0 -%} {%- for i in item.links -%} {%- assign count = count | plus: 1 -%} {%- if count == 1 -%} {%- if site.name == "olarandoms" -%}
        {%- else -%}
        {%- endif -%} {%- endif -%} {%- if count == 6 -%} {{ i.name }}
        {%- assign count = 0 -%} {%- else -%} {{ i.name }} {%- endif -%} {%- endfor -%}
      • {%- endfor -%}
        {%- endif -%}