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

Add docs search to homepage (#38850)

* Compliance to Success Criterion 3.2.3 Consistent Navigation

* Update docs-navbar.html

---------

Co-authored-by: Mark Otto <markdotto@gmail.com>
This commit is contained in:
Mewen Le Hô
2023-07-06 07:10:13 +02:00
committed by GitHub
parent e0d54ffd32
commit 4315801856
4 changed files with 4 additions and 9 deletions
-2
View File
@@ -11,9 +11,7 @@
<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="{{ . }}">