From 7bf868a709d5e278048f7fe5fd62d2fa9365d5bc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Oct 2016 18:19:47 -0700 Subject: v4: Social meta tags (#20825) * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements --- docs/getting-started/contents.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/getting-started/contents.md') diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index ab9c63325..c54cb5eba 100644 --- a/docs/getting-started/contents.md +++ b/docs/getting-started/contents.md @@ -1,6 +1,7 @@ --- layout: docs title: Contents +description: Learn about what's included in Bootstrap's precompiled and source code directories. group: getting-started --- -- cgit v1.2.3 From 3ae450e74c6ea77ef57afd0cf1dc3ef156ea5322 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Thu, 6 Oct 2016 12:02:52 +1100 Subject: Render bash and powershell prompts with ::before. --- docs/getting-started/contents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started/contents.md') diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index c54cb5eba..4f51ef049 100644 --- a/docs/getting-started/contents.md +++ b/docs/getting-started/contents.md @@ -13,7 +13,7 @@ Once downloaded, unzip the compressed folder and you'll see something like this: -{% highlight bash %} +{% highlight plaintext %} bootstrap/ ├── css/ │ ├── bootstrap.css @@ -31,7 +31,7 @@ This is the most basic form of Bootstrap: precompiled files for quick drop-in us The Bootstrap source code download includes the precompiled CSS and JavaScript assets, along with source Sass, JavaScript, and documentation. More specifically, it includes the following and more: -{% highlight bash %} +{% highlight plaintext %} bootstrap/ ├── dist/ │ ├── css/ -- cgit v1.2.3