diff options
| author | Mark Otto <[email protected]> | 2013-12-07 11:40:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 11:40:08 -0800 |
| commit | 775c29fef6d87dd91ebc6dba5980f3b59976b435 (patch) | |
| tree | 91a4f78d941aafc50477e7a1277cc8b67bedbfb1 /_includes | |
| parent | 4032dd0f265fc5aded7e480f349852f26a8f7c29 (diff) | |
| download | bootstrap-775c29fef6d87dd91ebc6dba5980f3b59976b435.tar.xz bootstrap-775c29fef6d87dd91ebc6dba5980f3b59976b435.zip | |
Fixes #11764: Add meta data to docs for description, keywords, and authors
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html index 41ecfc8e4..93594b4bc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,8 +1,9 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="description" content=""> -<meta name="author" content=""> +<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 contibutors"> <title> {% if page.title == "Bootstrap" %} |
