From 0c3ce6618a6909c35301fd45cf1a0d84771a0177 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Mon, 28 Feb 2022 19:01:57 +0300 Subject: [PATCH] unnecessary code clean --- templates/partials/header copy.html | 257 ---------------------------- 1 file changed, 257 deletions(-) delete mode 100644 templates/partials/header copy.html diff --git a/templates/partials/header copy.html b/templates/partials/header copy.html deleted file mode 100644 index 7fba1dc..0000000 --- a/templates/partials/header copy.html +++ /dev/null @@ -1,257 +0,0 @@ - - - -{%- set section = get_section(path="header/_index.md") %} -{% set header_items = section.content | safe | split(pat="
  • ") %} - - -
    -
    -
    -
    - - Workflow - -
    -
    - - -
    -
  • ") %} - {% 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 %} - - - - - - -