diff --git a/iati_sphinx_theme/__init__.py b/iati_sphinx_theme/__init__.py
index ea3ea5b..ef71b57 100644
--- a/iati_sphinx_theme/__init__.py
+++ b/iati_sphinx_theme/__init__.py
@@ -10,5 +10,4 @@ def setup(app: sphinx.application.Sphinx) -> None:
app.config["html_permalinks_icon"] = "#"
app.config["html_favicon"] = "static/favicon-16x16.png"
app.config["html_context"]["language"] = app.config["language"]
- app.add_js_file("header.js")
app.add_js_file("language-switcher.js")
diff --git a/iati_sphinx_theme/layout.html b/iati_sphinx_theme/layout.html
index 994eacf..7ba1875 100644
--- a/iati_sphinx_theme/layout.html
+++ b/iati_sphinx_theme/layout.html
@@ -4,6 +4,7 @@
{% if theme_plausible_domain %}
{% endif %}
+