Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-22 22:58:06 +0300
committerGitHub <noreply@github.com>2018-12-22 22:58:06 +0300
commit74987d9591e2eda138a39f5d2d44418078ca6ab5 (patch)
treeb60192fb00a4e5e0983cdac3009233f75c70a499 /site
parentdee3ab427cb9b73639e38a60e1cbb59dc99fedf4 (diff)
Add two new meta tags for Algolia (#27902)
Diffstat (limited to 'site')
-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 83d051fa80..6e91a1f429 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 }}