File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ SPHINXOPTS = -D project_root=$(ROOT) -D canonical_version=$(CANONICAL_VERSIO
1919 -D versions=$(VERSIONS ) -D languages=$(LANGUAGES ) -D language=$(CURRENT_LANG ) \
2020 -D is_remote_build=$(IS_REMOTE_BUILD ) \
2121 -A google_analytics_key=$(GOOGLE_ANALYTICS_KEY ) \
22+ -A plausible_script=$(PLAUSIBLE_SCRIPT ) \
23+ -A plausible_domain=$(PLAUSIBLE_DOMAIN ) \
2224 -j $(WORKERS )
2325SOURCE_DIR = content
2426
Original file line number Diff line number Diff line change 2929 {%- endfor %}
3030 {%- endif %}
3131 {{ super() }} {# Load the scripts specified in the extensions/themes #}
32+ {%- if plausible_script -%}
33+ < script defer ="defer " src ="{{ plausible_script }} " data-domain ="{{ plausible_domain }} "> </ script >
34+ {%- endif -%}
3235 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
3336 integrity ="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0 "
3437 crossorigin ="anonymous "> </ script >
You can’t perform that action at this time.
0 commit comments