diff options
| author | Chris Rebert <[email protected]> | 2016-02-18 18:08:43 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-18 18:08:43 -0800 |
| commit | e0dfe0d24ddca73eb37e500a4231e9fc97de683b (patch) | |
| tree | aa96d18408b12808fa4396531d33ace3bb3f3298 | |
| parent | ba5068072497f70762ce7961cd59709e2046207c (diff) | |
| download | bootstrap-e0dfe0d24ddca73eb37e500a4231e9fc97de683b.tar.xz bootstrap-e0dfe0d24ddca73eb37e500a4231e9fc97de683b.zip | |
Docs: Remove <meta name="keywords"> from <head>
Ports #18872 to v4
[skip sauce]
| -rw-r--r-- | docs/_includes/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e7ecb12ab..51b3cda8b 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -2,7 +2,6 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."> -<meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development"> <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <title> |
