diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/header.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/partials/header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/header.html b/vendor/twbs/bootstrap/site/layouts/partials/header.html index 2d2eb29d9..a592cdccb 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/header.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/header.html @@ -11,6 +11,10 @@ <link rel="canonical" href="{{ .Permalink }}"> +{{- if eq .Page.Layout "docs" -}} +<link rel="preconnect" href="https://AK7KMZKZHQ-dsn.algolia.net" crossorigin> +{{- end }} + {{ with .Params.robots -}} <meta name="robots" content="{{ . }}"> {{- end }} |