diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/scripts.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/partials/scripts.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/scripts.html b/vendor/twbs/bootstrap/site/layouts/partials/scripts.html index 3378a230e..dc92d30e5 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/scripts.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/scripts.html @@ -4,8 +4,9 @@ <script src="/docs/{{ .Site.Params.docs_version }}/dist/js/bootstrap.bundle.js"></script> {{- end }} -{{ if eq .Page.Layout "docs" -}} <script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script> + +{{ if eq .Page.Layout "docs" -}} <script src="https://cdn.jsdelivr.net/npm/@stackblitz/sdk@1/bundles/sdk.umd.js"></script> {{- end }} |