mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
Cleanup algolia theming (#29888)
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
<link href="/docs/{{ .Site.Params.docs_version }}/dist/css/bootstrap.css" rel="stylesheet">
|
||||
{{- end }}
|
||||
|
||||
{{ if (or (eq .Page.Layout "docs") (eq .Page.Layout "single")) -}}
|
||||
{{- "<!-- Documentation extras -->" | safeHTML }}
|
||||
<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet">
|
||||
{{- end -}}
|
||||
|
||||
{{- if (ne .Page.Layout "examples") }}
|
||||
{{- $targetDocsCssPath := printf "/docs/%s/assets/css/docs.css" .Site.Params.docs_version -}}
|
||||
{{- $sassOptions := dict "targetPath" $targetDocsCssPath "precision" 6 -}}
|
||||
|
Reference in New Issue
Block a user