mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Fix docs search. (#29067)
This commit is contained in:
parent
b81a3e8b3c
commit
e864f65789
@ -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 }}
|
||||
|
||||
|
@ -5,12 +5,10 @@
|
||||
<link href="/docs/{{ .Site.Params.docs_version }}/dist/css/bootstrap.css" rel="stylesheet">
|
||||
{{- end }}
|
||||
|
||||
{{ if (or (eq .Page.Layout "docs") (ne .Page.Layout "examples")) -}}
|
||||
{{ if (or (eq .Page.Layout "docs") (eq .Page.Layout "single")) -}}
|
||||
{{- "<!-- Documentation extras -->" | safeHTML }}
|
||||
{{ if eq .Page.Layout "docs" -}}
|
||||
<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet">
|
||||
{{- end -}}
|
||||
{{- if (ne .Page.Layout "examples") }}
|
||||
<link href="/docs/{{ .Site.Params.docs_version }}/assets/css/docs.min.css" rel="stylesheet">
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user