2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Fix docs search. (#29067)

This commit is contained in:
XhmikosR
2019-07-17 16:05:56 +03:00
committed by GitHub
parent b81a3e8b3c
commit e864f65789
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<script src="/docs/{{ .Site.Params.docs_version }}/dist/js/bootstrap.bundle.js"></script>
{{- end }}
{{ if eq .Page.Layout "docs" -}}
{{ if (or (eq .Page.Layout "docs") (eq .Page.Layout "single")) -}}
<script src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
{{- end }}