From 775c29fef6d87dd91ebc6dba5980f3b59976b435 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Dec 2013 11:40:08 -0800 Subject: Fixes #11764: Add meta data to docs for description, keywords, and authors --- _includes/header.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_includes/header.html') 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 @@ - - + + + {% if page.title == "Bootstrap" %} -- cgit v1.2.3 From bab736c7d71f376849d5bebfac855a0a90b40504 Mon Sep 17 00:00:00 2001 From: Julian Thilo <bigj95t@gmail.com> Date: Sun, 8 Dec 2013 22:39:29 +0100 Subject: Fix typo in new author meta tag --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/header.html') diff --git a/_includes/header.html b/_includes/header.html index 93594b4bc..18d7660b8 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,7 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <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"> +<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> <title> {% if page.title == "Bootstrap" %} -- cgit v1.2.3