mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
6b49d26b21
* Migrate to DocSearch v3 Fixes #33338 * initialize `siteDocsVersion` const after the proper check * Update site/layouts/partials/stylesheet.html Co-authored-by: GeoSot <geo.sotis@gmail.com> * Update header.html * code review changes * Update search.js * Fix contrast issue, tweak some styles * Fix some navbar changes * temporary safari fix for docsearch3 Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
26 lines
1.0 KiB
HTML
26 lines
1.0 KiB
HTML
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="{{ .Page.Params.description | default .Site.Params.description | markdownify }}">
|
|
<meta name="author" content="{{ .Site.Params.authors }}">
|
|
<meta name="generator" content="Hugo {{ hugo.Version }}">
|
|
|
|
<meta name="docsearch:language" content="en">
|
|
<meta name="docsearch:version" content="{{ .Site.Params.docs_version }}">
|
|
|
|
<title>{{ if .IsHome }}{{ .Site.Title | markdownify }} · {{ .Site.Params.description | markdownify }}{{ else }}{{ .Title | markdownify }} · {{ .Site.Title | markdownify }} v{{ .Site.Params.docs_version }}{{ end }}</title>
|
|
|
|
<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 }}
|
|
|
|
{{ partial "stylesheet" . }}
|
|
{{ partial "favicons" . }}
|
|
{{ partial "social" . }}
|
|
{{ partial "analytics" . }}
|