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 -%}