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="
") %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{% 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 %}
-
-
-
-
-
-
-