aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-12-22 21:58:06 +0200
committerGitHub <[email protected]>2018-12-22 21:58:06 +0200
commit74987d9591e2eda138a39f5d2d44418078ca6ab5 (patch)
treeb60192fb00a4e5e0983cdac3009233f75c70a499
parentdee3ab427cb9b73639e38a60e1cbb59dc99fedf4 (diff)
downloadbootstrap-74987d9591e2eda138a39f5d2d44418078ca6ab5.tar.xz
bootstrap-74987d9591e2eda138a39f5d2d44418078ca6ab5.zip
Add two new meta tags for Algolia (#27902)
-rw-r--r--site/_includes/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 83d051fa8..6e91a1f42 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -4,6 +4,9 @@
<meta name="author" content="{{ site.authors }}">
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
+<meta name="docsearch:language" content="en">
+<meta name="docsearch:version" content="{{ site.docs_version }}">
+
<title>
{%- if page.title -%}
{{ page.title | smartify }} ยท {{ site.title | smartify }}