From d402498abb842e025c7c769f11d91c1f6c736435 Mon Sep 17 00:00:00 2001 From: Raphael Bitton Date: Wed, 15 Oct 2025 19:56:50 -0500 Subject: [PATCH] fixed theme selector --- src/templates/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -%}