diff --git a/sphinx_aimms_theme/layout.html b/sphinx_aimms_theme/layout.html index ce164eb..f64dea2 100644 --- a/sphinx_aimms_theme/layout.html +++ b/sphinx_aimms_theme/layout.html @@ -3,6 +3,7 @@ + {%- block scripts %} {% if theme_generate_google_tag_manager %} @@ -12,6 +13,17 @@ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','{{ theme_google_tag_manager_id }}'); +{{ super() }} {% endif %} + +{% if theme_generate_aimms_support_menu %} + {{ super() }} {% endif %} {%- endblock %} {% block extrahead %} diff --git a/sphinx_aimms_theme/theme.conf b/sphinx_aimms_theme/theme.conf index 97ec8d9..cb6ec32 100644 --- a/sphinx_aimms_theme/theme.conf +++ b/sphinx_aimms_theme/theme.conf @@ -13,6 +13,8 @@ generate_google_analytics = google_analytics_id = generate_google_tag_manager = google_tag_manager_id = +generate_aimms_support_menu = +aimms_support_menu_id = display_algolia_search = algolia_appid = algolia_appkey =