<<<<<<< HEAD {%- set section = get_section(path="header/_index.md") %} {% set header_items = section.content | safe | split(pat="
  • ") %}
  • ") %} {% set header_label = header_arr[0] %} {% if ' {{link_label}} {% else %}
    {% set button_id = header_label ~ "-menu-btn" | slugify %}
    {% endif %} {% endif %} {% endfor %} {% for header_item in header_items %} {% if not loop.first %} {% set header_arr = header_item | split(pat="") %} {% set header_label = header_arr[0] %} {% set header_menu = header_arr[1] %} {% set menu_id = header_label ~ "-menu" | slugify %} {% endif %} {% endfor %} ======= {% set section = get_section(path="_index.md") %} {% set subsections_str = section.subsections | join(sep=" ") %} {% set logo_path = get_url(path=section.extra.logo_path | default(value='')) %} {% if "header/_index.md" in subsections_str %} {% set section = get_section(path="header/_index.md") %} {% set header_items = section.content | safe | split(pat="
  • ") %} {% include "partials/header_custom.html" %} {% else %}
    {% set header_class = config.extra.header_class | default(value='') %}
    {% for subsection in section.subsections %} {% if subsection == "footer/_index.md" %} {% continue %} {% endif %} {% set submenu_id = subsection ~ "-menu" | slugify %} {% endfor %}
    {% endif %} >>>>>>> template/master