diff options
| author | Mark Otto <[email protected]> | 2016-10-02 18:19:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-02 18:19:47 -0700 |
| commit | 7bf868a709d5e278048f7fe5fd62d2fa9365d5bc (patch) | |
| tree | b7bde2134ac32598a8e9eac0749656e60141342a /docs/about | |
| parent | bb4af05d229e1db70f657824caed1a7a8725c8a2 (diff) | |
| download | bootstrap-7bf868a709d5e278048f7fe5fd62d2fa9365d5bc.tar.xz bootstrap-7bf868a709d5e278048f7fe5fd62d2fa9365d5bc.zip | |
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
Diffstat (limited to 'docs/about')
| -rw-r--r-- | docs/about/brand.md | 1 | ||||
| -rw-r--r-- | docs/about/history.md | 1 | ||||
| -rw-r--r-- | docs/about/license.md | 1 | ||||
| -rw-r--r-- | docs/about/team.md | 1 | ||||
| -rw-r--r-- | docs/about/translations.md | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/docs/about/brand.md b/docs/about/brand.md index fcb8804ae..546e9c154 100644 --- a/docs/about/brand.md +++ b/docs/about/brand.md @@ -1,6 +1,7 @@ --- layout: docs title: Brand guidelines +description: Documentation and examples for Bootstrap's logo and brand usage guidelines. group: about --- diff --git a/docs/about/history.md b/docs/about/history.md index ae4764ee7..590a99c35 100644 --- a/docs/about/history.md +++ b/docs/about/history.md @@ -1,6 +1,7 @@ --- layout: docs title: History +description: A brief overview of the history of Bootstrap. group: about redirect_from: "/about/" --- diff --git a/docs/about/license.md b/docs/about/license.md index 997b1c9ef..d614731bf 100644 --- a/docs/about/license.md +++ b/docs/about/license.md @@ -1,6 +1,7 @@ --- layout: docs title: License FAQs +description: Commonly asked questions about Bootstrap's open source license. group: about --- diff --git a/docs/about/team.md b/docs/about/team.md index 2492471cf..aa575f8f2 100644 --- a/docs/about/team.md +++ b/docs/about/team.md @@ -1,6 +1,7 @@ --- layout: docs title: Team +description: An overview of the founding team and core contributors to Bootstrap. group: about --- diff --git a/docs/about/translations.md b/docs/about/translations.md index de6519bb3..576259d35 100644 --- a/docs/about/translations.md +++ b/docs/about/translations.md @@ -1,6 +1,7 @@ --- layout: docs title: Translations +description: Links to community-translated Bootstrap documentation sites. group: about --- |
