diff --git a/src/templates/base.html b/src/templates/base.html
index 931e3db..d7c637d 100644
--- a/src/templates/base.html
+++ b/src/templates/base.html
@@ -35,6 +35,16 @@
{%- endif %}
+
+ {%- if config.extra.close_responsive_menu_on_resize %}
+
+ {%- endif %}
+ {%- if page.extra.copy_button | default(value=section.extra.copy_button | default(value=config.extra.copy_button)) %}
+
+ {%- endif %}
+
+
+
{# Canonical and alternate links -#}
{% if current_url -%}