diff --git a/Makefile b/Makefile index cccbab07d..0db73c8be 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ SPHINXOPTS = -D project_root=$(ROOT) -D canonical_version=$(CANONICAL_VERSIO -D versions=$(VERSIONS) -D languages=$(LANGUAGES) -D language=$(CURRENT_LANG) \ -D is_remote_build=$(IS_REMOTE_BUILD) \ -A google_analytics_key=$(GOOGLE_ANALYTICS_KEY) \ + -A plausible_script=$(PLAUSIBLE_SCRIPT) \ + -A plausible_domain=$(PLAUSIBLE_DOMAIN) \ -j $(WORKERS) SOURCE_DIR = content diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index a73e17d9f..17b92a107 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -29,6 +29,9 @@ {%- endfor %} {%- endif %} {{ super() }} {# Load the scripts specified in the extensions/themes #} + {%- if plausible_script -%} + + {%- endif -%}