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/layout | |
| 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/layout')
| -rw-r--r-- | docs/layout/flexbox-grid.md | 1 | ||||
| -rw-r--r-- | docs/layout/grid.md | 1 | ||||
| -rw-r--r-- | docs/layout/media-object.md | 1 | ||||
| -rw-r--r-- | docs/layout/overview.md | 1 | ||||
| -rw-r--r-- | docs/layout/responsive-utilities.md | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/docs/layout/flexbox-grid.md b/docs/layout/flexbox-grid.md index d15d6fb99..0eae713b3 100644 --- a/docs/layout/flexbox-grid.md +++ b/docs/layout/flexbox-grid.md @@ -1,6 +1,7 @@ --- layout: docs title: Flexbox grid system +description: Documentation and examples for using Bootstrap's optional flexbox grid system. group: layout --- diff --git a/docs/layout/grid.md b/docs/layout/grid.md index 5b68053aa..ec80156a4 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -1,6 +1,7 @@ --- layout: docs title: Grid system +description: Documentation and examples for using Bootstrap's powerful, responsive, and mobile-first grid system. group: layout --- diff --git a/docs/layout/media-object.md b/docs/layout/media-object.md index fcb89a3b5..95dbceb40 100644 --- a/docs/layout/media-object.md +++ b/docs/layout/media-object.md @@ -1,6 +1,7 @@ --- layout: docs title: Media object +description: Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like. group: layout --- diff --git a/docs/layout/overview.md b/docs/layout/overview.md index 81cdecf60..3e6c7e7e0 100644 --- a/docs/layout/overview.md +++ b/docs/layout/overview.md @@ -1,6 +1,7 @@ --- layout: docs title: Overview +description: Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes. group: layout redirect_from: "/layout/" --- diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md index 2a44fd589..4334eb4d6 100644 --- a/docs/layout/responsive-utilities.md +++ b/docs/layout/responsive-utilities.md @@ -1,6 +1,7 @@ --- layout: docs title: Responsive utilities +description: Use responsive display utility classes for showing and hiding content by device, via media query. group: layout --- |
